Windows SSL
View Contents of a Certificate File
certutil -dump .\cert.pem
Convert x.509 (PKCS#12) to PFX
openssl pkcs12 -export -out cert.pfx -inkey private.key -in cert.crt -certfile CACert.crt
(-certfile is not required)
certutil -dump .\cert.pem
openssl pkcs12 -export -out cert.pfx -inkey private.key -in cert.crt -certfile CACert.crt
(-certfile is not required)