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

Re: TLSCertificateKeyFile!!!



At 08:14 PM 9/25/00 +0800, Ravi Mittal wrote:
>Hi All,
>   I don't know wher to get the Certificate Key File from??? Actually I have
>just created the CA and a Certificate with the help of Openssl CA.sh
>script... Don't have any file for the private key.

See http://www.openssl.org/ for information on how to create
certificate and key files.  Note, OpenLDAP does support combined
files (certificate and key in same file).  In this case, you
need to list the file as both TLSCertificateFile and
TLSCertificateKeyFile, e.g:

TLSCertificateFile  conf/server.pem
TLSCertificateKeyFile   conf/server.pem