Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2020-03-10 22:33:28 +0300
committerGitHub <noreply@github.com>2020-03-10 22:33:28 +0300
commitb41325d7eb6bd874a82e04f29ba31b7955aff584 (patch)
tree1e98ad064f649e8ef89549ca7d75abeca6341fb2
parentf2567021a9103d7651bbe21b5564412447b2e687 (diff)
add a reminder about port 80 (#1147)18.0.2
-rw-r--r--lets-encrypt/activate-ssl.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lets-encrypt/activate-ssl.sh b/lets-encrypt/activate-ssl.sh
index 75a3bf38..0a0988f2 100644
--- a/lets-encrypt/activate-ssl.sh
+++ b/lets-encrypt/activate-ssl.sh
@@ -209,6 +209,9 @@ then
fi
# Activate new config
check_command bash "$SCRIPTS/test-new-config.sh" "$TLSDOMAIN.conf"
+msg_box "Please remember to keep port 80 (and 443) open so that Let's Encrypt can do the automatic renewal of the cert. If port 80 is closed the cert will expire in 3 months.
+
+You don't need to worry about security as port 80 is directly forwarded to 443, so no traffic will actually be on port 80, except for the forwarding to 443 (HTTPS)."
exit 0
fi
else