Line 360:
Line 360:
## SSL authentication options
## SSL authentication options
−
WebCert = /etc/pki/koji/koji-web.pem
+
WebCert = /etc/kojiweb/client.crt
−
KojiHubCA = /etc/pki/koji/koji_ca_cert.crt
+
KojiHubCA = /etc/kojiweb/clientca.crt
LoginTimeout = 72
LoginTimeout = 72
Line 369:
Line 369:
LibPath = /usr/share/koji-web/lib
LibPath = /usr/share/koji-web/lib
+
</syntaxhighlight>Copy the certificates into the /etc/kojiweb dir and give the correct permissions<syntaxhighlight lang="bash">
+
cp /etc/pki/koji/kojiweb.pem /etc/kojiweb/client.crt
+
cp /etc/pki/koji/koji_ca_cert.crt /etc/kojiweb/clientca.crt
+
cp /etc/pki/koji/koji_ca_cert.crt /etc/kojiweb/serverca.crt
+
chmod 0600 /etc/kojiweb/*.crt
</syntaxhighlight>
</syntaxhighlight>
+
==== Koji Build Servers ====
==== Koji Build Servers ====
For this exercise I only created 1 build server. You can have as many as you like...
For this exercise I only created 1 build server. You can have as many as you like...