From 3dc77944e6a9eb48675400d4dbd398a3174f6053 Mon Sep 17 00:00:00 2001 From: fro Date: Tue, 28 Oct 2025 14:41:10 -0500 Subject: [PATCH] u --- scr/4_acmesh.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scr/4_acmesh.sh b/scr/4_acmesh.sh index 39c6f8f..4523555 100755 --- a/scr/4_acmesh.sh +++ b/scr/4_acmesh.sh @@ -1,7 +1,7 @@ #!/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 ] @@ -45,5 +45,6 @@ echo "::: ALL:::" echo " - save token to clipboard, as you'll need it later, for setting" echo " up https (using '5_https.sh')" 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 "------------------------------------------------------------------"