Add SSLCertificateChainFile, pointing to the certificate file, to support intermediat... geofft
authorGeoffrey Thomas <geofft@mit.edu>
Mon, 25 Mar 2013 06:35:19 +0000 (23:35 -0700)
committerGeoffrey Thomas <geofft@mit.edu>
Mon, 25 Mar 2013 06:35:19 +0000 (23:35 -0700)
debian/changelog
files/etc/apache2/sites-available/ssl.mako

index c5b1333..d06551f 100644 (file)
@@ -1,3 +1,10 @@
+invirt-web (0.1.25) unstable; urgency=low
+
+  * Add SSLCertificateChainFile, pointing to the certificate file, to
+    support intermediate certs if they exist.
+
+ -- Geoffrey Thomas <geofft@mit.edu>  Sun, 24 Mar 2013 23:33:15 -0700
+
 invirt-web (0.1.24) unstable; urgency=low
 
   * Fix Gitweb's idea of the correct git push URL
index 526f52f..aa86cf0 100644 (file)
@@ -42,6 +42,7 @@ ${caller.body()}
        SSLEngine on
 
        SSLCertificateFile ssl/server.crt
+       SSLCertificateChainFile ssl/server.crt
        SSLCertificateKeyFile ssl/server.key
        
        SSLCACertificateFile /etc/ssl/certs/mitCAclient.pem