Archive | January 14, 2009

Convert SSL cert from PK12 to PEM

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
View Comments Continue Reading →