This commit is contained in:
fro
2025-10-28 14:41:10 -05:00
parent 5fdcec534a
commit 3dc77944e6

View File

@@ -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 "------------------------------------------------------------------"