forked from ISTI-ansible-roles/ansible-roles
Merge branch 'master' of adellam/ansible-roles into master
This commit is contained in:
commit
da8512aa3b
|
@ -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