Before using a private certificate, you need to download it. Only downloaded certificate can be assigned to the corresponding certificate subject so that they can install and use the certificate.
This topic describes how to download a private certificate. Only certificates in the Issued state can be downloaded.
Your private certificate is in the Issued state. For details, see Applying for a Private Certificate.
in the upper left corner of the page and choose Security > Cloud Certificate Management Service. In the navigation pane, choose Private Certificate Management > Private Certificate.Figure 1 Downloading a private certificate

When you click OK, CCM will use the download tool provided by the browser to download the private certificate to the specified local directory.
After downloading the private certificate, install it on the client or server.
Server Type | Operation |
|---|---|
Tomcat | |
Nginx | |
Apache | |
IIS | |
WebLogic | |
Resin |
The downloaded certificate files vary depending on the CSR file type (System generated CSR or Upload a CSR) configured when you apply for a private certificate.
Table 2 describes the downloaded files.
Server Type | Files in the Package |
|---|---|
Tomcat | keystorePass.txt: certificate password server.jks: certificate file |
Nginx | server.crt: certificate files, containing the server certificate and certificate chain server.key: certificate private key file |
Apache | chain.crt: certificate chain file server.crt: certificate file server.key: certificate private key file |
IIS | keystorePass.txt: certificate password server.pfx: certificate file |
Others | chain.pem: certificate chain file server.key: certificate private key file server.pem: certificate file |
Table 3 describes the downloaded files.
Server Type | Files in the Package |
|---|---|
Tomcat | server.crt: certificate file chain.crt: certificate chain file |
Nginx | server.crt: certificate file |
Apache | server.crt: certificate file chain.crt: certificate chain file |
IIS | server.crt: certificate file chain.crt: certificate chain file |
Others | cert.pem: certificate file chain.pem: certificate chain file |