From 635063d2cf423bca396951cba2f249fa9f0eeb03 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Mon, 1 Mar 2010 06:08:08 -0500 Subject: [PATCH] Have more ServerAliases and a wildcard cert --- sites-available/default-ssl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sites-available/default-ssl b/sites-available/default-ssl index 3b05533..61ba104 100644 --- a/sites-available/default-ssl +++ b/sites-available/default-ssl @@ -2,6 +2,7 @@ ServerAdmin webmaster@localhost ServerName olinda.mit.edu + ServerAlias svn.dehnerts.com svn.dehnert.arctic.org DocumentRoot /var/www @@ -49,8 +50,8 @@ # /usr/share/doc/apache2.2-common/README.Debian.gz for more info. # If both key and certificate are stored in the same file, only the # SSLCertificateFile directive is needed. - SSLCertificateFile /etc/ssl/certs/olinda.mit.edu-web.pem - SSLCertificateKeyFile /etc/ssl/private/olinda.mit.edu-web.key + SSLCertificateFile /etc/ssl/certs/general-web.crt + SSLCertificateKeyFile /etc/ssl/private/general-web.key # Server Certificate Chain: # Point SSLCertificateChainFile at a file containing the -- 2.34.1