diff --git a/roles/copr/frontend/files/httpd/coprs_ssl.conf b/roles/copr/frontend/files/httpd/coprs_ssl.conf index d29c105905..3a41cfd2e0 100644 --- a/roles/copr/frontend/files/httpd/coprs_ssl.conf +++ b/roles/copr/frontend/files/httpd/coprs_ssl.conf @@ -50,11 +50,10 @@ SSLHonorCipherOrder on Header always add Strict-Transport-Security "max-age=15768000; preload" - 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.fedorainfracloud.org.crt + SSLCertificateKeyFile /etc/pki/tls/private/copr.fedorainfracloud.org.key + SSLCertificateChainFile /etc/pki/tls/certs/copr.fedorainfracloud.org.intermediate.crt - ServerName copr-fe.cloud.fedoraproject.org ServerAlias copr.fedoraproject.org Redirect 302 / https://copr.fedorainfracloud.org/