library/roles/openldap-server/files/olcSSL.ldif: Change the syntax of the entries. The old one failed on the slave server.

This commit is contained in:
Andrea Dell'Amico 2018-03-03 17:41:33 +01:00
parent 0a0d9c35a9
commit 170fb7bd08
1 changed files with 14 additions and 7 deletions

View File

@ -1,13 +1,20 @@
dn: cn=config
add: olcTLSCACertificateFile
changetype: modify
replace: olcTLSCACertificateFile
olcTLSCACertificateFile: /etc/pki/openldap/chain.pem
-
add: olcTLSCertificateKeyFile
dn: cn=config
changetype: modify
replace: olcTLSCertificateKeyFile
olcTLSCertificateKeyFile: /etc/pki/openldap/privkey.pem
-
add: olcTLSCertificateFile
dn: cn=config
changetype: modify
replace: olcTLSCertificateFile
olcTLSCertificateFile: /etc/pki/openldap/cert.pem
-
add: olcTLSCACertificatePath
dn: cn=config
changetype: modify
replace: olcTLSCACertificatePath
olcTLSCACertificatePath: /etc/ssl/certs