Hello,
> How can I simply take an existing unencrypted client certificate and
> add a password to it?  In other words, do the opposite of:
> 
> openssl rsa -in pass.pem -out nopass.pem
openssl rsa -des -in nopass.pem -out pass.pem

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

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

Reply via email to