On the Signing & Decryption Keys & Certificates window, you can export a certificate with or without its private key.
- Certificate and private key format:
- In non-BCFIPS mode, when the Certificate and Private Key option is selected, a Format field displays allowing you to choose between exporting a PKCS12 or a PEM formatted certificate and private key.
- In BCFIPS mode, you can only export PEM-formatted certificates and
private keys.
If you need to convert from PEM to PKCS12 format, use the following command:
openssl pkcs12 -export -inkey keypair.pem -in keypair.pem -out keypair.p12
- Password requirement:
- In BCFIPS mode, the password must contain at least 14 characters.