From 7eaed57510a406f0c5cab23d88c044ecc82045ce Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 1 Dec 2016 03:10:58 +0000 Subject: [PATCH] We no longer use koji certs with bodhi Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/base/templates/production.ini.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 18f84eb2ef..7aaa6d6674 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -261,11 +261,6 @@ krb_ccache = /tmp/krb5cc_%{uid} krb_principal = bodhi/bodhi.fedoraproject.org@FEDORAPROJECT.ORG krb_keytab = /etc/krb5.bodhi_bodhi.fedoraproject.org.keytab -# Koji certs -client_cert = /etc/pki/bodhi/bodhi.pem -clientca_cert = /etc/pki/bodhi/fedora-upload-ca.cert -serverca_cert = /etc/pki/bodhi/fedora-server-ca.cert - ## ## ACL system ## Choices are 'pkgdb', which will send a JSON query to the pkgdb_url below,