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
blog comments powered by Disqus