Changes

Jump to navigation Jump to search
132 bytes added ,  08:08, 14 August 2023
m
Line 261: Line 261:  
</syntaxhighlight>Setup the SSL certificates required<syntaxhighlight lang="bash">
 
</syntaxhighlight>Setup the SSL certificates required<syntaxhighlight lang="bash">
 
nano /etc/httpd/conf.d/ssl.conf
 
nano /etc/httpd/conf.d/ssl.conf
</syntaxhighlight>and add these lines<syntaxhighlight lang="ini">
+
</syntaxhighlight>and add these lines and make sure you comment out any existing ones that point at non-existing certs (e.g. in a bare install there are 2 example lines)<syntaxhighlight lang="ini">
 
SSLCertificateFile /etc/pki/koji/certs/kojihub.crt
 
SSLCertificateFile /etc/pki/koji/certs/kojihub.crt
 
SSLCertificateKeyFile /etc/pki/koji/private/kojihub.key
 
SSLCertificateKeyFile /etc/pki/koji/private/kojihub.key
Line 278: Line 278:  
KojiDir = /mnt/koji
 
KojiDir = /mnt/koji
 
LoginCreatesUser = On
 
LoginCreatesUser = On
KojiWebURL = https://koji.example.com/koji
+
KojiWebURL = https://koji.koozali.org/koji
 
</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