From b1c625589482177445a17dcd3d86f3798d3c04de Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 18 Apr 2022 03:39:39 -0400 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index f8d628d..ff173ac 100644 --- a/install.sh +++ b/install.sh @@ -853,6 +853,7 @@ ssl_certs(){ if [ "$installoption" = "2" ]; then certbot certonly --standalone --no-eff-email --email "$email" --agree-tos -d "$FQDN" --non-interactive fi + systemctl enable --now certbot.timer } firewall(){