Ignore:
Timestamp:
Oct 8, 2014, 9:11:50 PM (10 years ago)
Author:
achernya
Message:
SHA256 MITcert renewals
File:
1 edited

Legend:

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

    r2591 r2624  
    6363                Include conf.d/vhosts-common-ssl.conf
    6464                SSLCertificateFile /etc/pki/tls/certs/%(hname)s.pem
    65                 SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
     65                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
    6666        </VirtualHost>
    6767        <VirtualHost *:444>
     
    7474                Include conf.d/vhosts-common-ssl-cert.conf
    7575                SSLCertificateFile /etc/pki/tls/certs/%(hname)s.pem
    76                 SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
     76                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
    7777        </VirtualHost>
    7878</IfModule>""" % {
Note: See TracChangeset for help on using the changeset viewer.