diff --git a/Readme.md b/Readme.md index ab02446..b0ca976 100644 --- a/Readme.md +++ b/Readme.md @@ -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} ```