diff --git a/roles/anitya/frontend/files/0_releasemonitoring.conf b/roles/anitya/frontend/files/0_releasemonitoring.conf index 24033fe8c1..1c0abb2796 100644 --- a/roles/anitya/frontend/files/0_releasemonitoring.conf +++ b/roles/anitya/frontend/files/0_releasemonitoring.conf @@ -4,8 +4,13 @@ - ServerName release-monitoring.org + ServerName release-monitoring.org:443 + SSLEngine on + SSLProtocol all -SSLv2 + # Use secure TLSv1.1 and TLSv1.2 ciphers + Header add Strict-Transport-Security "max-age=15768000" + SSLCertificateFile /etc/pki/tls/certs/release-monitoring.org.cert SSLCertificateKeyFile /etc/pki/tls/certs/release-monitoring.org.key