diff --git a/roles/koji_hub/templates/kojira.conf.j2 b/roles/koji_hub/templates/kojira.conf.j2 index 0103672b56..b0b034c502 100644 --- a/roles/koji_hub/templates/kojira.conf.j2 +++ b/roles/koji_hub/templates/kojira.conf.j2 @@ -10,7 +10,7 @@ principal=kojira/koji{{env_suffix}}.fedoraproject.org@{{ipa_realm}} keytab=/etc/krb5.kojira_koji{{env_suffix}}.fedoraproject.org.keytab ; The URL for the koji hub server -server=https://koji.fedoraproject.org/kojihub +server=https://koji{{env_suffix}}.fedoraproject.org/kojihub ; The directory containing the repos/ directory topdir=/mnt/koji @@ -27,14 +27,3 @@ with_src=no ; prevent kojira from flooding the build system with newRepo tasks max_repo_tasks=6 - -;configuration for SSL athentication - -;client certificate -;cert = /etc/kojira/kojira_cert_key.pem - -;certificate of the CA that issued the client certificate -;ca = /etc/kojira/extras_cacert.pem - -;certificate of the CA that issued the HTTP server certificate -serverca = /etc/kojira/extras_cacert.pem