diff --git a/roles/download/templates/httpd/dl.fedoraproject.org.conf b/roles/download/templates/httpd/dl.fedoraproject.org.conf index 1ca42bc409..25f9fc2baf 100644 --- a/roles/download/templates/httpd/dl.fedoraproject.org.conf +++ b/roles/download/templates/httpd/dl.fedoraproject.org.conf @@ -15,9 +15,9 @@ SSLEngine on - SSLCertificateFile {{ wildcard_crt_file }} - SSLCertificateKeyFile {{ wildcard_key_file }} - SSLCertificateChainFile {{ wildcard_int_file }} + SSLCertificateFile /etc/pki/tls/certs/{{ wildcard_crt_file }} + SSLCertificateKeyFile /etc/pki/tls/private/{{ wildcard_key_file }} + SSLCertificateChainFile /etc/pki/tls/certs/{{ wildcard_int_file }} SSLHonorCipherOrder On # https://fedorahosted.org/fedora-infrastructure/ticket/4101#comment:14