Skip to content

Commit

Permalink
add a reminder about port 80 (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 committed Mar 10, 2020
1 parent f256702 commit b41325d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lets-encrypt/activate-ssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b41325d

Please sign in to comment.