On Thu, Mar 26, 2009 at 12:19 PM, Marc Ochs ochs@marcochs.com wrote:
Please forgive me if this should be clear, but could someone please point me to info on how to configure a SSL certificate chain for ldaps in slapd?
My CA of choice requires a chain cert and I'm having trouble finding this information in the fine documentation.
in slapd.conf: TLSCertificateFile /usr/share/ssl/certs/slapd.crt TLSCertificateKeyFile /usr/share/ssl/private/slapd.key TLSCACertificateFile /usr/share/ssl/certs/chaining_certs.crt
Where chaining_certs.crt contains the (PEM) CA and chained CA certificates.