Added LDAP_SERVER_CACERT to docker-compose.certbot.yml

Added LDAP_SERVER_CACERT to docker-compose.certbot.yml
This commit is contained in:
Wurzelmann 2024-07-12 06:38:45 +02:00 committed by GitHub
parent cba73f3889
commit 1ff2863505
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,6 +56,7 @@ services:
LDAP_SERVER: ldaps://LDAPSERVER:636 LDAP_SERVER: ldaps://LDAPSERVER:636
LDAP_BASE: ou=people,dc=DOMAIN,dc=TLD LDAP_BASE: ou=people,dc=DOMAIN,dc=TLD
LDAP_SERVER_CACERT: /etc/ssl/certs/LDAPCERT
### There are to ways get users from the ldap server ### There are to ways get users from the ldap server