PFX export and convert to pem Posted on June 6, 2016 by init Two lines about certificates. Export private key to PFX extension and… openssl.exe pkcs12 -in C:/key.pfx -out C:/key.pem -nodes -clcerts openssl.exe smime -sign -in C:/request.xml -out C:/request.xml.sign -signer C:/key.pem -outform DER 0-1