u
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# acme.sh - ssl cert - https - let's encrypt setup - part one / frode klevstul / oct 2025
|
# install acme.sh for ssl certs (https) via let's encrypt setup / frode klevstul / oct 2025
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
if [ "$EUID" -ne 0 ]
|
if [ "$EUID" -ne 0 ]
|
||||||
@@ -45,5 +45,6 @@ echo "::: ALL:::"
|
|||||||
echo " - save token to clipboard, as you'll need it later, for setting"
|
echo " - save token to clipboard, as you'll need it later, for setting"
|
||||||
echo " up https (using '5_https.sh')"
|
echo " up https (using '5_https.sh')"
|
||||||
echo " - (save token to password manager)"
|
echo " - (save token to password manager)"
|
||||||
echo "- log out of the server and back in again (for acme.sh to be activated)"
|
echo "- reload .bashrc settings, by running: 'source ~/.bashrc'"
|
||||||
|
echo " - alternatively, log out of the server and back in again (for acme.sh to be activated)"
|
||||||
echo "------------------------------------------------------------------"
|
echo "------------------------------------------------------------------"
|
||||||
|
|||||||
Reference in New Issue
Block a user