summaryrefslogtreecommitdiff
path: root/files/vhosts.d/CentOS/0-default_ssl.conf
blob: 85860f0abc3565ee7030b34cb38f0aa6db6213ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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