Hello,
I am trying to extract out a private key stored within
a PKCS#12 formatted file.
Following is the command i used

pkcs12 -in clientp12.p12 -out private.txt -passin
pass:abcdefgh -passout pass:abcdefgh -nocerts

The private.txt file contains only the header portion
and not the RSA private key (encrypted) itself. Is
there anything wrong in what I am doing?
If I were to supply the option "-nodes" the private
key is dumped to the file non-encrypted.

I am using openssl v0.9.5. Alternatively was there a
bug in that version which exhibited this behavior?

thanks
ravi

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to