Mailing List Archive

Auth LDAP and self signed certificates on Red Hat Linux
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?

Darryl Baker, GSEC, GCLD (he/him/his)
Sr. System Administrator
Distributed Application Platform Services
Northwestern University
4th Floor
2020 Ridge Avenue
Evanston, IL 60208-0801
darryl.baker@northwestern.edu<mailto:darryl.baker@northwestern.edu>
(847) 467-6674<tel:+18474676674>
Re: Auth LDAP and self signed certificates on Red Hat Linux [ In reply to ]
On Wed, Apr 27, 2022 at 4:40 PM Darryl Philip Baker
<darryl.baker@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-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org