From ca95035f72e339dead9f41b2488fe119ce88e199 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 14 Jul 2019 12:26:59 +0200 Subject: [PATCH] Adding openldap TLS support --- data/templates/slapd/slapd.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/templates/slapd/slapd.conf b/data/templates/slapd/slapd.conf index 57233e386..3046d9c7f 100644 --- a/data/templates/slapd/slapd.conf +++ b/data/templates/slapd/slapd.conf @@ -41,6 +41,10 @@ sizelimit 500 # for indexing. tool-threads 1 +# TLS Support +TLSCertificateFile /etc/ssl/private/yunohost_crt.pem +TLSCertificateKeyFile /etc/ssl/private/yunohost_key.pem + ####################################################################### # Specific Backend Directives for mdb: # Backend specific directives apply to this backend until another