Management > Private CA > Console User Guide
Private CA console is organized around a certificate authority (CA), and all resources (certificate templates, issuers, certificates, ACME tokens) belong to a specific repository. The console screen is tabbed, with a list of repositories on the left and details about the selected repository on the right.
The process of getting a certificate from a private CA is as follows:
Notice
A repository is the basic unit for managing a private CA. Once you create a repository, you can manage issuers, certificate templates, certificates, and more.
Click + Add in the top left corner of the console to add a repository.

In the Add Repository modal window, enter the following information:

Click Create to create the repository.
In the repository list, you can click the menu button (⋮) to the right of each repository entry to perform the following actions:

Caution
The delete operation is irreversible, so use caution.
Click the target repository in the list of repositories on the left, and you'll see the details of the repository on the right. The repository details screen consists of the repository name, a description, a list of tabs, and other details.
When you select a repository, you'll see the following tabs at the top of the screen on the right, each of which you can click to jump to the corresponding feature:

At the top of the screen, you'll see three cards that show the number of key resources in your repository.

Clicking View {card name} > on each card will take you directly to the Manage tab for the resource.
The bottom of the resource card displays ACME information:

At the bottom of the ACME information, you'll see the repository details.

Notice
CRLs and OCSPs are ways to verify a certificate's revocation status. The CRL provides a list of revoked certificates, and OCSPs can quickly look up the status of individual certificates to the status at the time of the request.
Issuers are the certificate authorities that sign and issue certificates. In Private CA, you can create two types of issuers: Root CA and Intermediate CA.
On the Issuer tab, you can see all of your created issuers in a table. The table displays the following information:

Each issuer entry has Revoke button so that you can revoke the issuer when needed.
On the Issuer tab, click + Add.

On the Create Issuer page, enter the following information:

Basic Info

Key Info
Subject alternative name (SAN) configuration
Subject information (Subject)
Click Add to add the issuer.
Click the issuer's name in the issuer list to go to the details page. The details page displays the following information, and you can download the certificate PEM file via the Download button at the top.

You can modify the name and description directly on the issuer details page. After making your edits, click Save to save your changes.
Caution
A certificate template is a collection of settings for issuing certificates quickly and consistently. Certificate templates make it easy to issue multiple certificates with the same configuration.
On the Certificate Template tab, you can see all the certificate templates that have been created in a table. The table displays the following information:

Each certificate template entry has Modify and Delete buttons to help you manage your certificate templates.
On the Certificate Template tab, click + Add.

On the Create Certificate Template page, enter the following information:

Basic Info
Limit settings
SAN option
Common applied settings
Settings
Key parameters
Caution
Signature bits can only be set when using the RSA algorithm. Otherwise, it is ignored by the algorithm.
Key usage
digitalSignature, keyEncipherment, keyCertSign, or certificate signing.Extended key usage
serverAuth(TLS server authentication), clientAuth(TLS client authentication), codeSigning, or codeSigning.Certificate policies
Additional subject fields
Caution
Even if you set a value for the Subject DN in the CSR, it will be overwritten by the value you set in the certificate template.
Click Add to add a certificate template.
Click the certificate template name in the list of certificate templates to go to the details page. The detail page is organized into collapsible sections, where you can see the information entered by the user.

At the top of the details page are the + Create New Certificate, Modify, and Delete Certificate** buttons.
Notice
Deleting a certificate template does not affect certificates that have already been generated with that certificate template.
To create a certificate using a certificate template, follow these steps:
At the top of the certificate template detail page, click + Create New Certificate.

Select the type of certificate generation.


On the Create a Certificate page, enter the following information:
Click OK to create the certificate.
The generated certificate can be saved to the Private CA at your option, and if so, you can view it on the Certificate tab.
The Certificate tab allows you to view and manage all certificates issued in your repository.
The Certificate tab shows all issued certificates in a table. The table displays the following information:

Each certificate entry has Download and Revoke buttons to help you manage your certificates.
Click the common name in the certificate list to go to the details page. The detail page displays the following information, and you can download the certificate PEM file via the Download button at the top.

To revoke a certificate, proceed as follows
Revoked certificates are considered no longer trusted, and you can check their revocation status in the following ways:
Caution
Certificate revocation is an irreversible action. You can't reactivate a revoked certificate, so you'll need to issue a new one.
An automated certificate management environment (ACME) is a protocol that automates certificate issuance and renewal. The ACME management feature of Private CA allows you to automatically issue certificates through an ACME client, such as the Let's Encrypt client (e.g., certbot).
On the ACME Management tab, you can view all generated ACME tokens in a table. The table displays the following information:

Each token entry has Delete button, so you can delete tokens that you no longer use.
On the ACME Management tab, click + Add ACME Token.

In the Create ACME token modal window, enter the following information:

Click create to create the token.
When the token is created, the following information is displayed:
Caution
The HMAC key is only displayed once at token generation. Be sure to copy and store it somewhere safe, or you won't be able to see it again. If you lose your HMAC key, you'll need to generate a new token.
Click the token name in the token list to go to the details page. The details page displays the following information:
A list of certificates issued using the token is displayed. Each certificate contains the following information:
Use the Certificate Renewal with ACME page as a guide to complete it.
On the ACME Management tab, click Delete for the token you want to delete.

In the confirmation dialog box, click Delete to confirm the deletion.
Notice
Deleting an ACME token does not affect certificates already issued with that token. However, automatic renewal using that token will no longer work, so you'll need to update your ACME client settings to generate a new token.
The Certificate History tab provides a chronological view of certificate-related activity that has occurred in the repository. The history includes the following information:
Historical information helps you track and audit certificate management activity in your repository.