This file is indexed.

/etc/koji.conf is in koji-client 1.10.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[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 client certificate
;ca = ~/.koji/clientca.crt

;certificate of the CA that issued the HTTP server certificate
;serverca = ~/.koji/serverca.crt