diff options
author | Luke Macken <lmacken@redhat.com> | 2015-07-07 19:17:53 +0000 |
---|---|---|
committer | Luke Macken <lmacken@redhat.com> | 2015-07-07 19:17:53 +0000 |
commit | cb0f2084080b779c60bc9d36deec2fc8651e3863 (patch) | |
tree | 67ea255e50a79a0b05e301d8bdf373cdaf57309a | |
parent | b8cc28a9f64624e145a6f36acb872a4d223d4697 (diff) | |
download | ansible-cb0f2084080b779c60bc9d36deec2fc8651e3863.tar.gz ansible-cb0f2084080b779c60bc9d36deec2fc8651e3863.tar.xz ansible-cb0f2084080b779c60bc9d36deec2fc8651e3863.zip |
bodhi2: Add our certs to the config for koji
-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 |