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.
30 lines
785 B
Text
30 lines
785 B
Text
[web]
|
|
SiteName = koji
|
|
#KojiTheme = mytheme
|
|
|
|
# Key urls
|
|
KojiHubURL = http://hub.example.com/kojihub
|
|
KojiFilesURL = http://server.example.com/kojifiles
|
|
|
|
# Kerberos authentication options
|
|
# WebPrincipal = koji/web@EXAMPLE.COM
|
|
# WebKeytab = /etc/httpd.keytab
|
|
# WebCCache = /var/tmp/kojiweb.ccache
|
|
# The service name of the principal being used by the hub
|
|
# KrbService = host
|
|
|
|
# SSL authentication options
|
|
# WebCert = /etc/kojiweb/kojiweb.crt
|
|
# KojiHubCA = /etc/kojiweb/kojihubca.crt
|
|
|
|
LoginTimeout = 72
|
|
|
|
# This must be changed and uncommented before deployment
|
|
# Secret = CHANGE_ME
|
|
|
|
LibPath = /usr/share/koji-web/lib
|
|
|
|
# If set to True, then the footer will be included literally.
|
|
# If False, then the footer will be included as another Kid Template.
|
|
# Defaults to True
|
|
LiteralFooter = True
|