On Wed, Apr 27, 2022 at 4:40 PM Darryl Philip Baker
<darryl.ba...@northwestern.edu> wrote:
>
> I have a non-production Apache HTTPD server that needs to authenticate with a 
> non-production LDAP server that is using a self-signed certificate. We are 
> using self-signed certificate so we can have long expiration times on them. I 
> want to know where I can put the self-signed certificate so Apache will 
> accept it when doing LDAPS. Any ideas?

Your LDAP toolkit may have an implicit system-wide place it looks (or
even some bundle trusted by your OS) but you can also specify a
location with LDAPTrustedGlobalCert:

https://httpd.apache.org/docs/2.4/mod/mod_ldap.html#ldaptrustedglobalcert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to