From baa725657e6df1c339be0837d8e3bda0564b249e Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 29 May 2011 12:09:35 +0000 Subject: fix the path of the ssl certificate --- modules/openldap/templates/slapd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/openldap/templates/slapd.conf') diff --git a/modules/openldap/templates/slapd.conf b/modules/openldap/templates/slapd.conf index bc8f14c9..06191b03 100644 --- a/modules/openldap/templates/slapd.conf +++ b/modules/openldap/templates/slapd.conf @@ -35,9 +35,9 @@ moduleload memberof.la moduleload unique.la moduleload dynlist.la -TLSCertificateFile /etc/ssl/openldap/ldap.pem -TLSCertificateKeyFile /etc/ssl/openldap/ldap.pem -TLSCACertificateFile /etc/ssl/openldap/ldap.pem +TLSCertificateFile /etc/ssl/openldap/ldap.<%= domain %>.pem +TLSCertificateKeyFile /etc/ssl/openldap/ldap.<%= domain %>.pem +TLSCACertificateFile /etc/ssl/openldap/ldap.<%= domain %>.pem # Give ldapi connection some security localSSF 56 -- cgit v1.2.1