Create a CA set to enable mTLS
A CA set is a collection of CA certificates that can be used to verify the authenticity of client certificates at the Akamai edge for the purpose of establishing TLS mutual authenticated connections.
Before you begin
Determine and collect the public CA certificates that issue the client certificates you want to authenticate and establish trust with. Avoid collecting more CA certificates than necessary.
Make sure your CA certificates meet the Mutual TLS Edge Truststore validation specifications in Best practices.
You can add multiple CA certificates at once and CA certificates are validated automatically.
If you cancel at anytime during this procedure, your changes will be lost.
How to
Create a CA set
Before creating a CA set, review Best practices.
-
On the Mutual TLS Edge Truststore landing page, click New CA certificate set.
-
Give your CA set a name.
-
Optionally, enter a description.
-
Click Submit. The CA set's name appear under CA Certificate sets.
After the CA set is created, the name can't be changed.
Create a new version and add certificates
A newly created CA set doesn't have any associated versions for managing certificates. You can activate the CA set on staging and production networks only after you create a version.
Before creating a CA set version, review Best practices.
- To create a CA set version, click either:
- Create Version 1 — to create the first version
- New version — to create subsequent versions
Allow SHA-1 (insecure) setting
For best results, use SHA-256 or higher algorithms for certificates.
Allow SHA-1
option is disabled by default. If you wish to use SHA-1 signed CA certificates for this version, enable this option.
- Click Add certificates.
- Select a method to add certificates to the set:
- Drop or browse files to upload. Lets you browse, then upload certificates from your local machine into the entry field. For example, you can upload a PEM file that contains one or more certificates from your local machine.
- Paste certificate PEM(s) here. Lets you copy and paste PEM encoded certificates into the entry field.
- When the upload is complete, click Validate and add to version. If validation fails, an error message pops up and the certificates are not added. See Validating added CA certificates to learn more about validation requirements.
- If the validation is successful, click Create version. The certificates are uploaded to your CA set version.
Managing exiting CA set versions
You can edit a CA set version (that is, add and remove certificates) as long as it’s not active on any network and wasn't activated previously.
- Activate the CA set version on network.
Activate the CA set version on network
A new CA set version needs to be activated on staging and production networks before it can be associated with any edge certificate. For existing CA sets, you can activate independent CA set versions to staging and production networks.
Before activating a CA set version, make sure your certificates meet the specifications in Best practices.
To activate a CA set version:
- Under CA certificate sets, select the CA set.
- Select the CA set version you want to activate.
- In the Actions menu select Activate . The Activate version x window pops up. Check the CA set details before activation.
- Click either Activate version x on staging or Activate version x on production (or both).
Activation time
Activation in staging can take up to two hours, and 30 minutes in production. You can't remove the CA set while it's being activated.
- Click Close to return to the previous page.
- Set up mutual authentication.
Set up mutual authentication
After you activate your CA set on production, set up mutual in Certificate Provisioning System (CPS) to bind your CA certificates to the CA set.
Note that the concept of activation applies to CA set versions within Mutual Edge Truststore. This means specific configurations of certificates are enabled for use. Conversely, the Certificate Provisioning System establishes a link between a slot and the entire CA set, allowing the application to use any active version within that CA set.
- In Certificate Provisioning System, locate the CA certificate that you want to update for mutual authentication.
- In the certificate's Actions menu, select View and Edit Deployment Settings.
- In the Mutual Authentication section, click Edit.
- In the Certificate set menu, select a CA set. The CA certificates in your CA set are used to validate the client certificates during mutual authentication (TLS handshake) on the Akamai edge.
- Click Submit to activate your CA certificate on the Akamai network with these settings.
Next steps
Enforce mTLS settings. This ensures requests processed by your property come from TLS connections.
Updated 4 months ago