- Timestamp:
- Jan 2, 2011, 8:12:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/config/etc/httpd/vhosts.d/reify-vhost.py
r1449 r1768 12 12 # 13 13 # Geoffrey Thomas <geofft@mit.edu>, 2008, public domain. 14 15 # Note: As of 1/2011 we are inserting SSLCertificateKeyFile into reified 16 # hosts, because previously-acqured certificates were signed with an 17 # older (1024-bit) key. Sometime around 2014 when our last cert with 18 # this key expires, we can update /etc/httpd/conf/httpd.conf to point to 19 # the current key instead of the old one, and stop inserting this into 20 # individual vhost records. -geofft 14 21 15 22 import ldap … … 56 63 Include conf.d/vhosts-common-ssl.conf 57 64 SSLCertificateFile /etc/pki/tls/certs/%(hname)s.pem 65 SSLCertificateKeyFile /etc/pki/tls/private/scripts.key 58 66 </VirtualHost> 59 67 <VirtualHost *:444> … … 66 74 Include conf.d/vhosts-common-ssl-cert.conf 67 75 SSLCertificateFile /etc/pki/tls/certs/%(hname)s.pem 76 SSLCertificateKeyFile /etc/pki/tls/private/scripts.key 68 77 </VirtualHost> 69 78 </IfModule>""" % {
Note: See TracChangeset
for help on using the changeset viewer.