- Timestamp:
- Oct 8, 2014, 9:11:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/config/etc/httpd/vhosts.d/reify-vhost.py
r2591 r2624 63 63 Include conf.d/vhosts-common-ssl.conf 64 64 SSLCertificateFile /etc/pki/tls/certs/%(hname)s.pem 65 SSLCertificateKeyFile /etc/pki/tls/private/scripts .key65 SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key 66 66 </VirtualHost> 67 67 <VirtualHost *:444> … … 74 74 Include conf.d/vhosts-common-ssl-cert.conf 75 75 SSLCertificateFile /etc/pki/tls/certs/%(hname)s.pem 76 SSLCertificateKeyFile /etc/pki/tls/private/scripts .key76 SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key 77 77 </VirtualHost> 78 78 </IfModule>""" % {
Note: See TracChangeset
for help on using the changeset viewer.