Changeset 2227


Ignore:
Timestamp:
Jun 6, 2012, 3:33:48 PM (12 years ago)
Author:
geofft
Message:
reify-vhost: Add SSLCertificateChainFile by default

It makes the case of sites with intermediate certs not differ from the
output of this script, and it's harmless for sites without intermediate
certs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/config/etc/httpd/vhosts.d/reify-vhost.py

    r1818 r2227  
    6363                Include conf.d/vhosts-common-ssl.conf
    6464                SSLCertificateFile /etc/pki/tls/certs/%(hname)s.pem
     65                SSLCertificateChainFile /etc/pki/tls/certs/%(hname)s.pem
    6566                SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
    6667        </VirtualHost>
     
    7475                Include conf.d/vhosts-common-ssl-cert.conf
    7576                SSLCertificateFile /etc/pki/tls/certs/%(hname)s.pem
     77                SSLCertificateChainFile /etc/pki/tls/certs/%(hname)s.pem
    7678                SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
    7779        </VirtualHost>
Note: See TracChangeset for help on using the changeset viewer.