Convert SSL cert from PK12 to PEM By admin on January 14, 2009 in Apache 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 1 openssl pkcs12 -in cert.pfx -out cert.pem -nodes Related posts: Convert SSL cert from PEM to PK12 View Contents Of SSL Certificate OpenSSL Upgrade Remove passphrase from SSL key