From dfc3c95a70b9c68f9ae73823f2d3628e029644ab Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 13 Feb 2012 05:19:09 -0500
Subject: [PATCH] Fixed: FS#2052 - Problem with SSLCACertificateFile

---
 server/conf/vhost.conf.master |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master
index 1d29d07..d1c53f0 100644
--- a/server/conf/vhost.conf.master
+++ b/server/conf/vhost.conf.master
@@ -42,11 +42,12 @@
 	SSLEngine on
     SSLCertificateFile <tmpl_var name='document_root'>/ssl/<tmpl_var name='ssl_domain'>.crt
     SSLCertificateKeyFile <tmpl_var name='document_root'>/ssl/<tmpl_var name='ssl_domain'>.key
-</tmpl_if>
 <tmpl_if name='has_bundle_cert'>
     SSLCACertificateFile <tmpl_var name='document_root'>/ssl/<tmpl_var name='ssl_domain'>.bundle
 </tmpl_if>
+</tmpl_if>
     </IfModule>
+
     <Directory {tmpl_var name='web_document_root_www'}>
         Options FollowSymLinks
         AllowOverride <tmpl_var name='allow_override'>

--
Gitblit v1.9.1