Prashant Nair wrote:
> 
> Hi ALL,
> 
> I have a private key created by the ssleay cert. cookbook. The
> problem is that this key is encrypted , but , to make
> the OpenLDAP server TLS enabled , I need to have the
> private key in clear text.
> 
> Please guide me to any tool which can do the same.

You can simply remove the password by using:

        $ openssl rsa -in key.pem -out new-key.pem -passin <password>

this should remove the password. Take a look to the rsa tool
anyway to check the options...

C'you,

        Massimiliano Pala ([EMAIL PROTECTED])

S/MIME Cryptographic Signature

Reply via email to