Line 42: |
Line 42: |
| dnf update | | dnf update |
| | | |
− | </syntaxhighlight>Configure some basic tools and settings<syntaxhighlight lang="bash"> | + | </syntaxhighlight>Configure some basic tools and settings to help manage and debug the server (Cockpit can be accessed at http://<ip address or name>:9090)<syntaxhighlight lang="bash"> |
| dnf install setools-console | | dnf install setools-console |
| dnf config-manager --set-enabled powertools | | dnf config-manager --set-enabled powertools |
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 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"> | + | </syntaxhighlight>and add these 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.koozali.org/koji | + | KojiWebURL = https://koji.example.com/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 |
Line 325: |
Line 325: |
| | | |
| ;url of web interface | | ;url of web interface |
− | weburl = http://koji.koozali.org/koji | + | weburl = https://koji.koozali.org/koji |
| | | |
| ;url of package download site | | ;url of package download site |