Generate PKCS12 certificate
OpenSSL
Use the following command to generate a PKCS12 certificate using the Base64 PEM components displayed in the Customer Center.
openssl pkcs12 -inkey [Private Key.pem] -in [Server Certificate.pem] -export -out [PKCS12.pfx]
Parameters | Component |
---|---|
Private Key.pem | Path to the private key as a Base64 encoded string |
Server Certificate.pem | Path to the server certificate as a Base64 encoded string |
PKCS12.pfx | Path to the new PKCS12 file |
Similar articles
Was this page helpful?
On this page