From bb0793c9d5591b23d8b4b43dce35557ac07fe5e3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 15 Aug 2018 20:59:21 +0000 Subject: [PATCH] typo city. fixing --- roles/distgit/templates/lookaside-upload.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/templates/lookaside-upload.conf b/roles/distgit/templates/lookaside-upload.conf index ac8c40dcc6..20aeb316e4 100644 --- a/roles/distgit/templates/lookaside-upload.conf +++ b/roles/distgit/templates/lookaside-upload.conf @@ -55,7 +55,7 @@ Alias /robots.txt /var/www/robots-src.txt SSLEngine on SSLCertificateFile /etc/pki/tls/certs/pkgs{{ env_suffix }}.fedoraproject.org.cert - SSLCertificateKeyFile c/etc/pki/tls/certs/pkgs{{ env_suffix }}.fedoraproject.org.key + SSLCertificateKeyFile /etc/pki/tls/private/pkgs{{ env_suffix }}.fedoraproject.org.key SSLCertificateChainFile /etc/pki/tls/certs/pkgs{{ env_suffix }}.fedoraproject.org.intermediate.cert SSLProtocol {{ ssl_protocols }}