Deprecated --standalone-supported-challenges replaced by --preferred-challenges

This commit is contained in:
info at smallinnovations dot nl 2020-08-08 15:40:05 +02:00
parent d28fb1f24f
commit 8f72aedf6d
1 changed files with 2 additions and 2 deletions

View File

@ -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