Description: | Sets the file containing the trusted Certificate Authority certificate or database |
---|---|
Syntax: | LDAPTrustedCA directory-path/filename |
Context: | server config |
Status: | Experimental |
Module: | mod_ldap |
It specifies the directory path and file name of the trusted CA mod_ldap
should use when establishing an SSL connection to an LDAP server. If using the Netscape/iPlanet Directory SDK, the file name should be cert7.db
.
Description: | Specifies the type of the Certificate Authority file |
---|---|
Syntax: | LDAPTrustedCAType type |
Context: | server config |
Status: | Experimental |
Module: | mod_ldap |
The following types are supported:
DER_FILE - file in binary DER format
BASE64_FILE - file in Base64 format
CERT7_DB_PATH - Netscape certificate database file ")
Hello,
We’re running Server version: Apache/2.0.63 that needs to be configured for LDAPS. I have run into an issue with the certificate directives.
I have a .pem file with the trusted ca-certs, but when I configure httpd.conf to use it with the directives “LDAPTrustedCA /local/.pem” and “LDAPTrustedCAType BASE64_FILE”
The following error occurs.
Syntax error on line 349 of /local/apache/conf/httpd.conf:
LDAPTrustedCA not allowed here
This is a directive for this Apache release, so I’m not sure why.
Thanks
-John