diff options
-rw-r--r-- | roles/bodhi2/base/templates/staging.ini.j2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index 39480ae35..f5d26169a 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -217,9 +217,9 @@ resultsdb_url = https://taskotron.stg.fedoraproject.org/resultsdb/ resultsdb_api_url = https://taskotron.stg.fedoraproject.org/resultsdb_api/ # Koji certs -#client_cert = -#clientca_cert = -#serverca_cert = +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 |