diff --git a/roles/copr/frontend/files/httpd/coprs_ssl.conf b/roles/copr/frontend/files/httpd/coprs_ssl.conf index 914a0fcf6e..9914597a02 100644 --- a/roles/copr/frontend/files/httpd/coprs_ssl.conf +++ b/roles/copr/frontend/files/httpd/coprs_ssl.conf @@ -6,11 +6,11 @@ SSLHonorCipherOrder on Header always add Strict-Transport-Security "max-age=15768000; preload" - ServerName copr-fe.cloud.fedoraproject.org:443 + SSLCertificateFile /etc/pki/tls/certs/copr-fe.fedoraproject.org.crt + SSLCertificateKeyFile /etc/pki/tls/private/copr-fe.fedoraproject.org.key + SSLCertificateChainFile /etc/pki/tls/certs/DigiCertCA.crt - SSLCertificateFile /etc/pki/tls/certs/copr-fe.fedoraproject.org.crt" - SSLCertificateKeyFile /etc/pki/tls/private/copr-fe.fedoraproject.org.key" - SSLCertificateChainFile /etc/pki/tls/certs/DigiCertCA.crt" + ServerName copr-fe.cloud.fedoraproject.org:443 WSGIPassAuthorization On #WSGIDaemonProcess 127.0.0.1 user=copr-fe group=copr-fe threads=5