From 8f72aedf6d02fce31f88644e1aad3cb2c1c88455 Mon Sep 17 00:00:00 2001 From: info at smallinnovations dot nl Date: Sat, 8 Aug 2020 15:40:05 +0200 Subject: [PATCH] Deprecated --standalone-supported-challenges replaced by --preferred-challenges --- certbot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/certbot.sh b/certbot.sh index 6b5b092..1f3b6bd 100755 --- a/certbot.sh +++ b/certbot.sh @@ -42,7 +42,7 @@ else --test-cert \ --standalone \ --agree-tos \ - --standalone-supported-challenges http-01 \ + --preferred-challenges http-01 \ -n \ -d $DOMAIN \ -m $EMAIL @@ -51,7 +51,7 @@ else certbot certonly \ --standalone \ --agree-tos \ - --standalone-supported-challenges http-01 \ + --preferred-challenges http-01 \ -n \ -d $DOMAIN \ -m $EMAIL