Adding a custom ACMEv2 certificate authority¶
Before you begin¶
You're going to need to provide the URL to your ACMEv2 server during configuration.
DNS provider details
The Custom ACMEv2 CA in TLS Protect Cloud uses DNS Certificate Authority Authorization (CAA). TLS Protect Cloud supports the following DNS providers. Click your DNS provider of choice to see what information TLS Protect Cloud needs.
The account you use must have read, create, update, delete, and save permission.
- Access Key ID
- Secret Access Key
- Hosted Zone ID
The account you use must have read, create, update, delete, and save permission.
- Subscription ID
- Resource Group
- Client Secret
- Client ID
- Tenant ID
Note
For additional information on Azure DNS requirements, refer to Reference: Azure DNS.
- For email and global API Key authentication type
- Account email
- Global API Key
- For DNS and zone tokens authentication type
- Edit zone API token
- Read zone API token
The account you use must have read, create, update, delete, and save permission.
- Service account JSON file
VSatellite
All ACMEv2 CAs require a VSatellite. If you already have a VSatellite installed, it will be available for you to select during configuration.
If not, you'll be able to set up a VSatellite during configuration. Just be sure to have a machine ready that meets the system requirements before you start.
Note
Some CAs might require additional setup to enable ACMEv2. See your CA’s documentation to determine if this applies to you.
To set up the CA¶
Step 1: Set up the connection¶
- Sign in to Venafi Control Plane.
-
Click Integrations > Certificate Authorities.
-
Click New > Can't find your CA? Add it!
-
Enter a Name for this CA as it should appear in TLS Protect Cloud.
-
(Optional) Click Logo and upload an image to represent the CA. If you skip this field, a default logo is used.
-
In Server URL, enter the ACMEv2 directory URL provided by your CA.
-
Select a VSatellite. If you don’t have one deployed yet, click Deploy a VSatellite and follow the deployment steps.
To take advantage of high availability for certificate issuance and management, select a primary VSatellite that belongs to a high availability group. The system will automatically choose a healthy VSatellite from that group to initiate operations. This helps ensure reliability even if one VSatellite becomes temporarily unavailable.
-
Click Test Connection.
-
After the connection succeeds, click Next.
Step 2: Enter additional information¶
-
Enter the Email address of the person or team responsible for certificates issued by this CA.
-
Review and agree to the Terms and Conditions.
-
Click Next.
Step 3: Enter DNS provider details¶
-
From the DNS Provider drop-down, select a provider.
-
Complete the credential fields for your provider.
Feature Preview: Custom DNS provider option
The following capability is in preview. Contact Customer Support to enable it.
Select Custom to use any RFC 8555-compliant ACME server that supports DNS-01.
When you choose Custom, a JSON editor appears. Provide key–value pairs that match the variables documented for the go-acme LEGO project.
-
Click Test Connection to validate DNS credentials, then Done.
After the configuration saves, you return to the Certificate Authorities page.
What's next¶
This CA is now ready to be added to one or more certificate issuing templates. To do this, select this CA when creating certificate issuing templates.
Related topics¶
-
You must create a service principal in Azure AD, and assign it the DNS Zone Contributor role at the appropriate scope. See Microsoft's docs on creating service principals for help. ↩