summaryrefslogtreecommitdiff
path: root/files/vhosts.d/CentOS/0-default_ssl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'files/vhosts.d/CentOS/0-default_ssl.conf')
-rw-r--r--files/vhosts.d/CentOS/0-default_ssl.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/files/vhosts.d/CentOS/0-default_ssl.conf b/files/vhosts.d/CentOS/0-default_ssl.conf
new file mode 100644
index 0000000..85860f0
--- /dev/null
+++ b/files/vhosts.d/CentOS/0-default_ssl.conf
@@ -0,0 +1,15 @@
+############################################################
+### This file is managed by PUPPET! ####
+### Only modify in repo or you will loose the changes! ####
+############################################################
+
+<VirtualHost *:443>
+ Include conf.d/defaults.inc
+ Include conf.d/ssl_defaults.inc
+ DocumentRoot /var/www/html
+
+ SSLCertificateFile /etc/pki/tls/certs/localhost.crt
+ SSLCertificateKeyFile /etc/pki/tls/private/localhost.key
+</VirtualHost>
+
+# vim: ts=4 filetype=apache