diff --git a/roles/koji_hub/files/kojira.conf b/roles/koji_hub/files/kojira.conf index a8716d2b1b..8095fded01 100644 --- a/roles/koji_hub/files/kojira.conf +++ b/roles/koji_hub/files/kojira.conf @@ -5,12 +5,12 @@ ; For Kerberos authentication ; the principal to connect with -; principal=koji/repo@EXAMPLE.COM +principal=kojira/koji.fedoraproject.org@FEDORAPROJECT.ORG ; The location of the keytab for the principal above -; keytab=/etc/kojira.keytab +keytab=/etc/krb5.kojira_koji.fedoraproject.org.keytab ; The URL for the koji hub server -server=http://localhost/kojihub +server=https://koji.fedoraproject.org/kojihub ; The directory containing the repos/ directory topdir=/mnt/koji @@ -31,10 +31,10 @@ max_repo_tasks=6 ;configuration for SSL athentication ;client certificate -cert = /etc/kojira/kojira_cert_key.pem +;cert = /etc/kojira/kojira_cert_key.pem ;certificate of the CA that issued the client certificate -ca = /etc/kojira/extras_cacert.pem +;ca = /etc/kojira/extras_cacert.pem ;certificate of the CA that issued the HTTP server certificate serverca = /etc/kojira/extras_cacert.pem