[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Adding TLS /SSL to slapd - problem




Prashant Nair wrote:

>       Please guide me if any has a clue to creating a non-
>       encrypted output key.

Your question should be directed to a more appropriate forum, such
as openldap-software, but it is actually a question on openssl
usage.

If I remember correctly, 'openssl req' always requires a password
but you can use 'openssl rsa' afterwards to remove it.  IIRC,
you can create it initially without passphrase by using 'openssl rsa'
and then use 'openssl req' to build a certificate signing request
from it.

But I am not an expert.

Julio