Changes

Jump to navigation Jump to search
36 bytes added ,  04:21, 14 August 2023
m
Line 37: Line 37:  
Log into your server as root and<syntaxhighlight lang="bash">
 
Log into your server as root and<syntaxhighlight lang="bash">
 
nmtui
 
nmtui
ip address
+
ip addr
 
ping google.com
 
ping google.com
 
</syntaxhighlight>I'd suggest an update is in order<syntaxhighlight lang="bash">
 
</syntaxhighlight>I'd suggest an update is in order<syntaxhighlight lang="bash">
Line 57: Line 57:     
===== SSL preparations =====
 
===== SSL preparations =====
We'll be using ssl certificates so let's create the koji ssl working directories and edit the koji ssl config file<syntaxhighlight lang="bash">
+
We'll be using ssl certificates so let's create the koji ssl working directories and edit the koji ssl config file
 +
 
 +
Log back into your server as root and<syntaxhighlight lang="bash">
 
mkdir -p /etc/pki/koji/{certs,private,confs}
 
mkdir -p /etc/pki/koji/{certs,private,confs}
 
cd /etc/pki/koji
 
cd /etc/pki/koji
371

edits

Navigation menu