>hello:
>can i use openssl to change my der format certificate and key file to PEM
>formate.my private key file is phrase passwd.what command should i use?
>who can give me a example?

I'm also pretty new to this stuff, but I had a similar problem and this should do the 
trick:

openssl rsa -inform DER -outform PEM -in key.txt -out key.new

For a closer refernce of the 'rsa' switch look here: 
http://www.openssl.org/docs/apps/rsa.html

Hope it helps,

Thomas

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to