aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates/01_default_ssl_vhost.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/apache/templates/01_default_ssl_vhost.conf')
-rw-r--r--modules/apache/templates/01_default_ssl_vhost.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/templates/01_default_ssl_vhost.conf b/modules/apache/templates/01_default_ssl_vhost.conf
index bbf12df9..33424e6c 100644
--- a/modules/apache/templates/01_default_ssl_vhost.conf
+++ b/modules/apache/templates/01_default_ssl_vhost.conf
@@ -36,7 +36,7 @@ SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
# connect. Disable SSLv2 access by default:
SSLProtocol all -SSLv2
-<%- if wildcard_sslcert then -%>
+<%- if wildcard_sslcert == true then -%>
SSLCertificateFile /etc/ssl/wildcard.<%= domain %>.crt
SSLCertificateKeyFile /etc/ssl/wildcard.<%= domain %>.key
SSLCACertificateFile /etc/ssl/wildcard.<%= domain %>.pem