Re: Cert Extension conversition

2002-10-25 Thread F Awan
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

Re: Cert Extension conversition

2002-10-25 Thread Richard Andrus
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

Cert Extension conversition

2002-10-25 Thread Scott Harris
I have a CA Certificate genereated from Microsoft CA and I was able to convert it to PEM format. It only has public key Openssl:x509 -n xxx.cer -inform d -out xxx.pem  But I am unable to covert a private key (in .pfx) of the server certicate to PEM. Any body knows how to convert a .pfx in .PEM form