From 14b1e89d8ff1362eb3805a4f2ec5d4fb531bbab7 Mon Sep 17 00:00:00 2001 From: Stephen Mather <1174901+smathermather@users.noreply.github.com> Date: Tue, 31 Dec 2019 00:20:07 -0500 Subject: [PATCH] Update letsencrypt to match current protocol --- nginx/letsencrypt-autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/letsencrypt-autogen.sh b/nginx/letsencrypt-autogen.sh index fa7ac9df..87749278 100755 --- a/nginx/letsencrypt-autogen.sh +++ b/nginx/letsencrypt-autogen.sh @@ -28,7 +28,7 @@ if [ $? -eq 0 ]; then fi # Generate/update certificate -certbot certonly --tls-sni-01-port 8000 --http-01-port 8080 --work-dir ./letsencrypt --config-dir ./letsencrypt --logs-dir ./letsencrypt --standalone -d $DOMAIN --register-unsafely-without-email --agree-tos --keep +certbot certonly --http-01-port 8080 --work-dir ./letsencrypt --config-dir ./letsencrypt --logs-dir ./letsencrypt --standalone -d $DOMAIN --register-unsafely-without-email --agree-tos --keep # Create ssl dir if necessary if [ ! -e ssl/ ]; then