forked from ISTI-ansible-roles/ansible-roles
Fix the ssl ldif.
This commit is contained in:
parent
4ee9627f56
commit
a4c4a1c386
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue