Fix the ssl ldif.

This commit is contained in:
Andrea Dell'Amico 2019-06-30 15:50:35 +02:00
parent 4ee9627f56
commit a4c4a1c386
1 changed files with 4 additions and 13 deletions

View File

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