Changes

Jump to navigation Jump to search
57 bytes added ,  04:10, 16 August 2023
Line 148: Line 148:       −
Create a script to make certs<syntaxhighlight lang="bash">
+
Create a script to make certs and make it executable<syntaxhighlight lang="bash">
 
mkdir -p ~/bin
 
mkdir -p ~/bin
 
cat <<_EOT > ~/bin/koji_make_cert.sh
 
cat <<_EOT > ~/bin/koji_make_cert.sh
Line 168: Line 168:  
mv ssl2.cnf confs/${user}-ssl.cnf
 
mv ssl2.cnf confs/${user}-ssl.cnf
 
_EOT
 
_EOT
 +
chmod a+x ~/bin/koji_make_cert.sh
 
</syntaxhighlight>and make it executable<syntaxhighlight lang="bash">
 
</syntaxhighlight>and make it executable<syntaxhighlight lang="bash">
 
chmod a+x ~/bin/koji_make_cert.sh
 
chmod a+x ~/bin/koji_make_cert.sh
371

edits

Navigation menu