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/debathena.conf

    r2591 r2624  
    88        SuExecUserGroup debathena debathena
    99        Include conf.d/vhosts-common.conf
    10         CustomLog /home/logview/debathena.log combined
    1110</VirtualHost>
    1211
     
    1918                SuExecUserGroup debathena debathena
    2019                Include conf.d/vhosts-common-ssl.conf
    21                 CustomLog /home/logview/debathena.log combined
    2220                SSLCertificateFile /etc/pki/tls/certs/debathena.pem
    23                 SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
     21                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
    2422        </VirtualHost>
    2523        <VirtualHost *:444>
     
    3129                Include conf.d/vhosts-common-ssl.conf
    3230                Include conf.d/vhosts-common-ssl-cert.conf
    33                 CustomLog /home/logview/debathena.log combined
    3431                SSLCertificateFile /etc/pki/tls/certs/debathena.pem
    35                 SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
     32                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
    3633        </VirtualHost>
    3734</IfModule>
Note: See TracChangeset for help on using the changeset viewer.