Here’s the openssl command to convert an SSL cert/key from PK12 (windows) to PEM format: openssl pkcs12 -in cert.pfx -out cert.pem -nodes Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post Print for later Bookmark in Browser Tell a [...]
Here’s the openssl command to convert an SSL cert/key from PK12 (windows) to PEM format:
openssl pkcs12 -in cert.pfx -out cert.pem -nodes