Leendert Meyer <[EMAIL PROTECTED]> writes:

> Hi all,
> 
> Ok here is my problem :
> 
> I have a encrypted private key in a .pem file. 
> 
> How can I convert it to be an unencrypted version of the
> key.
> 

openssl rsa -in privkey.pem -out privkey_unenc.pem

regards,

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

Reply via email to