All Products
Search
Document Center

Certificate Management Service:Download a private certificate

Last Updated:Mar 31, 2026

After a private certificate is issued from a private intermediate certificate authority (CA), download it and deliver it to the target user for installation.

Prerequisites

Before you begin, ensure that you have:

Download a certificate

  1. Log in to the Certificate Management Service console.

  2. In the left navigation pane, choose Certificate Management > Private Certificate Management. Select the region where the PCA service is located.

  3. On the Private CAs tab, find the private intermediate CA that issued the certificate, then click Certificates in the Actions column.

    image

  4. On the Certificates page, find the certificate you want to download, then click Download in the Actions column.

  5. In the Download Certificate dialog box, select a Certificate Format and click Confirm and Download.

    To include the complete certificate chain in the downloaded package, turn on Include Trust Chain.

Certificate formats

Each format produces a different set of files. Choose the format that matches your server or application.

FormatPrivate key in packageTypical useFiles in package
PEMYesApache, NGINX.pem (public key), .key (private key)
PFX (PKCS#12)YesIIS, Exchange (Windows).pfx (public key + private key), .txt (private key password)
JKSYesTomcat, Jetty (Java).jks (public key + private key), .txt (private key password)
PKCS#8YesApache.pem (public key), .key (private key)
CRTYes (as separate .key file)Identity verification for servers and clients.crt (public key, named xxx_public.crt), .crt (certificate chain, named xxx_chain.crt — only if Include Trust Chain is selected), .key (private key)

Format details:

  • PEM is a Base64-encoded format.

  • PFX is a binary format, also known as PKCS#12. It bundles the public key and private key into a single file.

  • JKS is a keystore format for Java.

  • PKCS#8 is a standard file format for storing private keys.

  • CRT is a binary format. The certificate file contains the issuer information, validity period, and subject, but does not embed the private key directly — the private key is included as a separate .key file.