[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Problems with openldap2.1.4 and TLS/SSL
----- Original Message -----
From: "Stefan Wurzinger" <stefan.wurzinger@greengecko.org>
Sent: Monday, September 23, 2002 15:40
> i've create the certificate with the following arguments
> openssl req -new -x509 -nodes -out server.pem -keyout server.pem -days 365
Aha! You generated a self-signed certificate. That doesn't work with
OpenLDAP 2.1! You have to have a real certificate (something certified by a
CA).
Frank