Convert .pfx to .pem By Hayden Graham | August 17, 2016 0 Comment Download and install OpenSSL then run the following: openssl pkcs12 -in "certificate.pfx" -out "certificate.pem" -nodes