Skip to content

Commit b41325d

Browse files
authored
add a reminder about port 80 (#1147)
1 parent f256702 commit b41325d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lets-encrypt/activate-ssl.sh

+3
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ then
209209
fi
210210
# Activate new config
211211
check_command bash "$SCRIPTS/test-new-config.sh" "$TLSDOMAIN.conf"
212+
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.
213+
214+
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)."
212215
exit 0
213216
fi
214217
else

0 commit comments

Comments
 (0)