The client CA is only needed to for authentication on the server side, not for authentication on the client side. Therefore remove it from all client login code.
28 lines
597 B
Text
28 lines
597 B
Text
[koji]
|
|
|
|
;configuration for koji cli tool
|
|
|
|
;url of XMLRPC server
|
|
;server = http://hub.example.com/kojihub
|
|
|
|
;url of web interface
|
|
;weburl = http://www.example.com/koji
|
|
|
|
;url of package download site
|
|
;pkgurl = http://www.example.com/packages
|
|
|
|
;path to the koji top directory
|
|
;topdir = /mnt/koji
|
|
|
|
;configuration for Kerberos authentication
|
|
|
|
;the service name of the principal being used by the hub
|
|
;krbservice = host
|
|
|
|
;configuration for SSL authentication
|
|
|
|
;client certificate
|
|
;cert = ~/.koji/client.crt
|
|
|
|
;certificate of the CA that issued the HTTP server certificate
|
|
;serverca = ~/.koji/serverca.crt
|