From 10d75e12acf6f5f57d572e949b1b1feb42f77d03 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 23 Oct 2014 15:16:29 +0200 Subject: [PATCH] Add the apache configuration file to activate https on anitya --- roles/anitya/frontend/files/0_releasemonitoring.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 roles/anitya/frontend/files/0_releasemonitoring.conf diff --git a/roles/anitya/frontend/files/0_releasemonitoring.conf b/roles/anitya/frontend/files/0_releasemonitoring.conf new file mode 100644 index 0000000000..7500b6565a --- /dev/null +++ b/roles/anitya/frontend/files/0_releasemonitoring.conf @@ -0,0 +1,9 @@ +LoadModule ssl_module modules/mod_ssl.so + +Listen 443 + + ServerName release-monitoring.org + SSLEngine on + SSLCertificateFile /etc/pki/tls/certs/release-monitoring.org.cert + SSLCertificateKeyFile /etc/pki/tls/certs/release-monitoring.org.key +