SSL Certificate
Deploy an SSL certificate to enable HTTPS encryption of websites, trusted identity authentication and prevent against data leaks or tampering during transmission.
Get SSL Certificate →Convert your SSL cert to different formats
| Select Formats | |
| Convert Formats | |
| JDK Version |
Certificate File:
Private Key:
Private Key Password:
New Password:
DER: Binary‑encoded certificate format, binary variant of PEM. File extensions: .DER .CER .CRT. Primarily used for Java platforms.
PEM: Base64‑encoded format. It starts with “-----BEGIN CERTIFICATE-----” and ends with “-----END CERTIFICATE-----”. File extensions: .PEM .CER .CRT. Mainly for Apache and Nginx web servers.
PKCS#7: Cryptographic Message Syntax Standard. No private key included; certificate chain & end‑user certificate are stored separately. Extensions: .P7B .P7C .SPC. Used for Tomcat and Windows Server.
PKCS#12: Personal Information Exchange Syntax Standard. Contains private key, certificate chain, end‑user certificate, and password‑protected. Extensions: .P12 .PFX. Mainly for Windows Server (IIS).
JKS: Short for Java KeyStore. Contains private key, certificate chain, end‑user certificate with password protection. File extension: .jks. Used for Tomcat servers.
Normally, CA‑issued SSL certificates are delivered to your email, mostly in .pem or .crt format. If your server cannot accept these formats, use a certificate converter tool. For SSL certificates purchased on NicSRS platform, you may directly download certificates in your required format for server deployment.