From ae8b90010d234b1961c8bef33c89595eb557e4ed Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 2 Feb 2017 20:32:53 +0000 Subject: [PATCH] and we broke downloads for want of a nail --- roles/download/templates/httpd/dl.fedoraproject.org.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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