source: trunk/server/fedora/config/etc/httpd/vhosts.d/e33-productions.conf @ 2785

Last change on this file since 2785 was 2785, checked in by andersk, 8 years ago
Certificate and configuration for e33-productions [help.mit.edu #4044073]
File size: 677 bytes
RevLine 
[2785]1<IfModule ssl_module>
2        <VirtualHost *:443>
3                ServerName e33-productions.mit.edu
4                ServerAlias e33-productions
5                Include conf.d/vhost_ldap.conf
6                Include conf.d/vhosts-common-ssl.conf
7                SSLCertificateFile /etc/pki/tls/certs/e33-productions.pem
8                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
9        </VirtualHost>
10        <VirtualHost *:444>
11                ServerName e33-productions.mit.edu
12                ServerAlias e33-productions
13                Include conf.d/vhost_ldap.conf
14                Include conf.d/vhosts-common-ssl.conf
15                Include conf.d/vhosts-common-ssl-cert.conf
16                SSLCertificateFile /etc/pki/tls/certs/e33-productions.pem
17                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
18        </VirtualHost>
19</IfModule>
Note: See TracBrowser for help on using the repository browser.