Make kojira use krb
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
15413e8f90
commit
b9b09631ab
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue