From a3e5c7d8d014754ab8d4172489683091fc8a7c34 Mon Sep 17 00:00:00 2001 From: Geoffrey Thomas Date: Sun, 24 Mar 2013 23:35:19 -0700 Subject: [PATCH 1/1] Add SSLCertificateChainFile, pointing to the certificate file, to support intermediate certs if they exist. --- debian/changelog | 7 +++++++ files/etc/apache2/sites-available/ssl.mako | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index c5b1333..d06551f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/files/etc/apache2/sites-available/ssl.mako b/files/etc/apache2/sites-available/ssl.mako index 526f52f..aa86cf0 100644 --- a/files/etc/apache2/sites-available/ssl.mako +++ b/files/etc/apache2/sites-available/ssl.mako @@ -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 -- 1.7.9.5