Implement self signed certificate for slapd.

This commit is contained in:
Andreas B. Mundt 2021-04-03 23:10:24 +02:00 committed by Andreas B. Mundt
parent cef622fa33
commit 51f01858c1
3 changed files with 44 additions and 4 deletions

View file

@ -0,0 +1,9 @@
#### ENABLE LDAP TLS ####
dn: cn=config
changetype: modify
add: olcTLSCertificateFile
olcTLSCertificateFile: {{ TLSCertificateFile }}
-
add: olcTLSCertificateKeyFile
olcTLSCertificateKeyFile: {{ TLSCertificateKeyFile }}
-