On 1/30/06, Konstantin N. Bezruchenko <[EMAIL PROTECTED]> wrote:
> Because we already have password-protected certificates, and as i know
> we cant remove password protection from existing certificate.

That's not correct.  Your certificate is not password protected...
your private key is.  And you can definitely remove the password from
the private key.

>From the OpenSSL documentation:

To remove the pass phrase on an RSA private key:
    openssl rsa -in key.pem -out keyout.pem

To remove the pass phrase on a DSA private key:
    openssl dsa -in key.pem -out keyout.pem

Hope this helps.

--Cliff
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      modssl-users@modssl.org
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to