We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c1e32 commit ba69ea1Copy full SHA for ba69ea1
ldap/ldap/start-ldap.sh
@@ -25,9 +25,12 @@ DEBIAN_FRONTEND=noninteractive dpkg -i /slapd*.deb
25
26
echo "Installing slapd configuration"
27
28
+cat << _EOF_ >> /etc/ldap/slapd.d/cn=config.ldif
29
+olcTLSCACertificateFile: ${CA:?}
30
+_EOF_
31
+
32
if [ ! -z "${KEYFILE:-}" ]; then
33
cat << _EOF_ >> /etc/ldap/slapd.d/cn=config.ldif
-olcTLSCACertificateFile: ${CA:?}
34
olcTLSVerifyClient: never
35
olcTLSCertificateFile: ${CERTFILE:?}
36
olcTLSCertificateKeyFile: ${KEYFILE:?}
0 commit comments