Bootstrap FreeKB - OpenSSL - Convert a .p12 file to a .pem file
OpenSSL - Convert a .p12 file to a .pem file

Updated:   |  OpenSSL articles

This assumes you have already created a PKCS12 public certificate with the .crt extension, such as example.com.crt. If not, refer to our article on creating a public certificate using OpenSSL on Linux

Then OpenSSL command with the pkcs12 option can be used to convert a .p12 file to a .pem file.

openssl pkcs12 -in keystore.p12 -out example.com.pem

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 87e68c in the box below so that we can be sure you are a human.