Ignore:
Timestamp:
Jan 2, 2011, 8:12:11 PM (13 years ago)
Author:
geofft
Message:
Rename current scripts.key to scripts-1024.key.

* httpd.conf: Default to scripts-1024.key for now.
* Blue Sun vhosts: Refer to scripts.key instead of scripts-new.key.
* reify-vhost: Add SSLCertificateKeyFile scripts.key for now for
  newly-reified vhosts, and a comment about what we're doing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/config/etc/httpd/vhosts.d/music.blue-sun-corp.com.conf

    r1766 r1768  
    1919                Include conf.d/vhosts-common-ssl.conf
    2020                SSLCertificateFile /etc/pki/tls/certs/blue-sun-corp.com.pem
    21                 SSLCertificateKeyFile /etc/pki/tls/private/scripts-new.key
     21                SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
    2222        </VirtualHost>
    2323        <VirtualHost *:444>
     
    3030                Include conf.d/vhosts-common-ssl-cert.conf
    3131                SSLCertificateFile /etc/pki/tls/certs/blue-sun-corp.com.pem
    32                 SSLCertificateKeyFile /etc/pki/tls/private/scripts-new.key
     32                SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
    3333        </VirtualHost>
    3434</IfModule>
Note: See TracChangeset for help on using the changeset viewer.