Changes

Jump to navigation Jump to search
86 bytes removed ,  06:25, 14 August 2023
m
Line 245: Line 245:  
\q
 
\q
 
exit
 
exit
</syntaxhighlight>We can now set up the hub itself.
+
</syntaxhighlight>
    +
===== Koji hub setup =====
 +
We can now set up the hub itself.
    
As we are using SSL certificates, we need to tweak the httpd configs<syntaxhighlight lang="bash">
 
As we are using SSL certificates, we need to tweak the httpd configs<syntaxhighlight lang="bash">
Line 277: Line 279:  
LoginCreatesUser = On
 
LoginCreatesUser = On
 
KojiWebURL = https://koji.example.com/koji
 
KojiWebURL = https://koji.example.com/koji
</syntaxhighlight>edit the koi-hub conf file for access <syntaxhighlight lang="bash">
  −
nano /etc/koji-hub/hub.conf
   
</syntaxhighlight>ProxyDNs should be set to the DN of the kojiweb certificate. For example: <syntaxhighlight lang="ini">
 
</syntaxhighlight>ProxyDNs should be set to the DN of the kojiweb certificate. For example: <syntaxhighlight lang="ini">
 
DNUsernameComponent = CN
 
DNUsernameComponent = CN
371

edits

Navigation menu