From 785ecfc9a00d8c6482e2f2cca8f0e3bcde1b1b5c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 15 Aug 2018 20:45:36 +0000 Subject: [PATCH] and finally use the new cert --- roles/distgit/templates/lookaside-upload.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/roles/distgit/templates/lookaside-upload.conf b/roles/distgit/templates/lookaside-upload.conf index 1b20aa5ad8..ac8c40dcc6 100644 --- a/roles/distgit/templates/lookaside-upload.conf +++ b/roles/distgit/templates/lookaside-upload.conf @@ -54,10 +54,9 @@ Alias /robots.txt /var/www/robots-src.txt SSLEngine on - SSLCertificateFile conf/pkgs.fedoraproject.org_key_and_cert.pem - SSLCertificateKeyFile conf/pkgs.fedoraproject.org_key_and_cert.pem - SSLCACertificateFile conf/cacert.pem - SSLCARevocationFile /etc/pki/tls/crl.pem + SSLCertificateFile /etc/pki/tls/certs/pkgs{{ env_suffix }}.fedoraproject.org.cert + SSLCertificateKeyFile c/etc/pki/tls/certs/pkgs{{ env_suffix }}.fedoraproject.org.key + SSLCertificateChainFile /etc/pki/tls/certs/pkgs{{ env_suffix }}.fedoraproject.org.intermediate.cert SSLProtocol {{ ssl_protocols }} SSLCipherSuite {{ ssl_ciphers }}