From d7d937bb04b072b26aeaeb1e0536a4f417d22add Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 15 Dec 2016 20:12:31 +0000 Subject: [PATCH] You don't give me a CA cert? I'll take this random nonexisting file. That'll teach you! - koji Signed-off-by: Patrick Uiterwijk --- roles/koji_hub/templates/web.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/koji_hub/templates/web.conf.j2 b/roles/koji_hub/templates/web.conf.j2 index c28c0b8f05..7d3f6b9679 100644 --- a/roles/koji_hub/templates/web.conf.j2 +++ b/roles/koji_hub/templates/web.conf.j2 @@ -33,3 +33,5 @@ Secret = {{ kojiSecret }} LibPath = /usr/share/koji-web/lib loginDisabled = True + +KojiHubCA = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem