mirror of
https://github.com/clearlinux/common.git
synced 2026-05-15 11:33:45 +00:00
The "image-creator" and "koji-client-files" subdirectories are named as such to reflect their purpose from long ago. In the present, the names are confusing, so I am shuffling files around a bit to reflect current usage. All conf files (or conf file templates) have been moved to "conf" instead, and some documentation has been added to explain what the files are used for, and how they can be customized. Also, after moving the conf files, the last file remaining in one of the old subdirectories is "start_qemu.sh", so move it to the toplevel dir. We could eventually move the miscellaneous scripts into a dedicated directory too, but I will save that for another time. Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
37 lines
821 B
Plaintext
37 lines
821 B
Plaintext
[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
|
|
;topurl = 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
|
|
;authtype = ssl
|
|
|
|
;FIXME: The user-setup.sh uses the three hardcoded cert paths
|
|
;listed below. Do not edit them until they are configurable.
|
|
|
|
;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
|
|
|