This commit is contained in:
2024-10-08 16:18:51 +02:00
parent 1cfde13b90
commit 7391f39107

View File

@@ -39,7 +39,7 @@ echo TLS_CACERT /etc/openldap/certs/ca.pem >> /etc/openldap/ldap.conf
Attention également aux permissions. L'utilisateur _ldap_ doit pouvoir lire les différents fichiers:
```bash
chgrp -R ldap chgrp ldap /etc/letsencrypt/{archive,live}
chgrp -R ldap /etc/letsencrypt/{archive,live}
chmod -R g+rX /etc/letsencrypt/{archive,live}
```