mise en forme
This commit is contained in:
22
Readme.md
22
Readme.md
@@ -38,29 +38,21 @@ chgrp -R ldap chgrp ldap /etc/letsencrypt/{archive,live}
|
||||
chmod -R g+rX /etc/letsencrypt/{archive,live}
|
||||
```
|
||||
|
||||
## Configuration du serveur
|
||||
## Configurer le serveur
|
||||
|
||||
La configuration est globale au serveur (1 certificat par serveur). Elle se fait donc au niveau de la branche _cn=config_
|
||||
|
||||
Mettez au point le fichier ldif permettant de remplacer les attributs suivants par la bonne valeur (qui dépend de la méthode utilisée pour créer les certificats)
|
||||
|
||||
attribut | valeur procédure support | valeur procédure Let's Encrypt
|
||||
---
|
||||
olcTLSCipherSuite | ECDHE-RSA-AES256-SHA384:AES256-SHA256:!RC4:HIGH:!MD5:!EDH:!EXP:!SSLV2:!eNULL | idem |
|
||||
---
|
||||
olcTLSProtocolMin | 3.4 | idem |
|
||||
---
|
||||
olcTLSCACertificateFile | /etc/openldap/certs/ca.pem | /etc/letsencrypt/live/CHANGEME.formation.opendoor.fr/fullchain.pem
|
||||
---
|
||||
olcTLSCertificateFile | /etc/openldap/certs/cert.pem | /etc/letsencrypt/live/CHANGEME.formation.opendoor.fr/fullchain.pem
|
||||
---
|
||||
olcTLSCertificateKeyFile | /etc/openldap/certs/key.pem | /etc/letsencrypt/live/CHANGEME.formation.opendoor.fr/privkey.pem
|
||||
---
|
||||
|
||||
- olcTLSCipherSuite : ECDHE-RSA-AES256-SHA384:AES256-SHA256:!RC4:HIGH:!MD5:!EDH:!EXP:!SSLV2:!eNULL | idem |
|
||||
- olcTLSProtocolMin : 3.4 | idem |
|
||||
- olcTLSCACertificateFile : /etc/openldap/certs/ca.pem | /etc/letsencrypt/live/CHANGEME.formation.opendoor.fr/fullchain.pem
|
||||
- olcTLSCertificateFile : /etc/openldap/certs/cert.pem | /etc/letsencrypt/live/CHANGEME.formation.opendoor.fr/fullchain.pem
|
||||
- olcTLSCertificateKeyFile : /etc/openldap/certs/key.pem | /etc/letsencrypt/live/CHANGEME.formation.opendoor.fr/privkey.pem
|
||||
|
||||
## Configurer le client
|
||||
|
||||
Dans le fichier /etc/openldap/ldap.conf modifier l'_URI_, _TLS_REQCERT_ et _TLS_CACERT_
|
||||
Dans le fichier /etc/openldap/ldap.conf modifier l'_URI_, _TLS_REQCERT_ et _TLS_CACERT_ afin de forcer l'utilisation de ssl, avec vérification du certificat
|
||||
|
||||
## Test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user