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
|
dn: cn=config
|
||||||
changetype: modify
|
changetype: modify
|
||||||
replace: olcTLSCertificateKeyFile
|
replace: olcTLSCertificateKeyFile
|
||||||
olcTLSCertificateKeyFile: /etc/pki/openldap/privkey.pem
|
olcTLSCertificateKeyFile: /etc/pki/openldap/privkey.pem
|
||||||
|
-
|
||||||
dn: cn=config
|
|
||||||
changetype: modify
|
|
||||||
replace: olcTLSCertificateFile
|
replace: olcTLSCertificateFile
|
||||||
olcTLSCertificateFile: /etc/pki/openldap/cert.pem
|
olcTLSCertificateFile: /etc/pki/openldap/cert.pem
|
||||||
|
-
|
||||||
dn: cn=config
|
replace: olcTLSCACertificateFile
|
||||||
changetype: modify
|
olcTLSCACertificateFile: /etc/pki/openldap/chain.pem
|
||||||
replace: olcTLSCACertificatePath
|
|
||||||
olcTLSCACertificatePath: /etc/ssl/certs
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue