From aab10f71846557420c3ed2e811479760fbdc6169 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Fri, 18 Dec 2020 08:32:40 +1000 Subject: [PATCH] Removed certbot test-cert. Not needed --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b7c9ea95..6eecf18a 100644 --- a/install.sh +++ b/install.sh @@ -170,10 +170,10 @@ sudo apt install -y certbot openssl print_green 'Getting wildcard cert' -sudo certbot certonly --manual -d *.${rootdomain} --agree-tos --no-bootstrap --manual-public-ip-logging-ok --preferred-challenges dns -m ${letsemail} --no-eff-email --test-cert +sudo certbot certonly --manual -d *.${rootdomain} --agree-tos --no-bootstrap --manual-public-ip-logging-ok --preferred-challenges dns -m ${letsemail} --no-eff-email while [[ $? -ne 0 ]] do -sudo certbot certonly --manual -d *.${rootdomain} --agree-tos --no-bootstrap --manual-public-ip-logging-ok --preferred-challenges dns -m ${letsemail} --no-eff-email --test-cert +sudo certbot certonly --manual -d *.${rootdomain} --agree-tos --no-bootstrap --manual-public-ip-logging-ok --preferred-challenges dns -m ${letsemail} --no-eff-email done CERT_PRIV_KEY=/etc/letsencrypt/live/${rootdomain}/privkey.pem