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.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/apache/templates/01_default_ssl_vhost.conf b/modules/apache/templates/01_default_ssl_vhost.conf
index d096c5db..d2aa9f94 100644
--- a/modules/apache/templates/01_default_ssl_vhost.conf
+++ b/modules/apache/templates/01_default_ssl_vhost.conf
@@ -42,8 +42,8 @@ SSLCertificateKeyFile /etc/ssl/wildcard.<%= domain %>.key
SSLCACertificateFile /etc/ssl/wildcard.<%= domain %>.pem
SSLVerifyClient None
<%- else -%>
-SSLCertificateFile /etc/pki/tls/certs/localhost.crt
-SSLCertificateKeyFile /etc/pki/tls/private/localhost.key
+SSLCertificateFile /etc/ssl/apache/localhost.pem
+SSLCertificateKeyFile /etc/ssl/apache/localhost.pem
#SSLCertificateChainFile /etc/pki/tls/certs/server-chain.crt
#SSLCACertificateFile /etc/pki/tls/certs/ca-bundle.crt
<%- end -%>