Thanks Richard!!! It worked. I was trying to figure it out for the past two days. I really appreciated.
Richard Andrus <[EMAIL PROTECTED]> wrote:
use the command :openssl pkcs12 -in xxx.pfx -out xxx.pemBy default, this will encrypt the private key with triple DES inside the PEM file.It will firs
use the command :
openssl pkcs12 -in xxx.pfx -out xxx.pem
By default, this will encrypt the private key with triple DES inside the
PEM file.
It will first prompt you for the password used to protect the pfx back
when it was
created, then it will prompt you for the password used to encrypt it in