Implement self signed certificate for slapd.
This commit is contained in:
parent
cef622fa33
commit
51f01858c1
3 changed files with 44 additions and 4 deletions
9
roles/ldap/templates/slapd-TLS.ldif
Normal file
9
roles/ldap/templates/slapd-TLS.ldif
Normal file
|
@ -0,0 +1,9 @@
|
|||
#### ENABLE LDAP TLS ####
|
||||
dn: cn=config
|
||||
changetype: modify
|
||||
add: olcTLSCertificateFile
|
||||
olcTLSCertificateFile: {{ TLSCertificateFile }}
|
||||
-
|
||||
add: olcTLSCertificateKeyFile
|
||||
olcTLSCertificateKeyFile: {{ TLSCertificateKeyFile }}
|
||||
-
|
Loading…
Add table
Add a link
Reference in a new issue