[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: TLS fails
Frederik,
no TOFU, please. :)
Frederik Bosch schrieb am 01.09.2010 10:23 Uhr:
> Compiling 2.4.17 with OpenSSL was more succesful than on 2.4.11. I think
> that's a Debian issue. Anyway, I have my server up and running! Thanks a
> lot Dieter for answering all my questions.
>
> But I have a minor question left. Each time I restart slapd I have to
> enter the PEM pass phrase. Is there a way to remember or not prompt for
> the passphrase?
You have to remove the passphrase from the PEM file.
i.e.: http://www.openssl.org/docs/apps/rsa.html
EXAMPLES
To remove the pass phrase on an RSA private key:
openssl rsa -in key.pem -out keyout.pem
Marc