The full certificate chain must be present, including the Root CA, all intermediate CA's, and the Server Certificate.
Intermediate CA's need to be stored in the same file as the Root Certificate.
The sample installDirectory/conf/systemName/slapd.conf configuration file is as follows:
####################################################
# SSL/TLS options.
####################################################
TLSRandFile %logdir%/entropy.rnd
TLSCACertificateFile %confdir%/certs/ca_cert.pem
TLSCertificateFile %confdir%/certs/server_cert.pem
TLSCertificateKeyFile %confdir%/certs/server_key.pem
TLSCipherSuite HIGH:MEDIUM:+sslv2:RSA
TLSVerifyClient try
TLSCRLCheck peer
So, the ca_cert.pem file would need to contain the Root Certificate and all Intermediate Certificates.
© ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center