Deprecated --standalone-supported-challenges replaced by --preferred-challenges
This commit is contained in:
parent
d28fb1f24f
commit
8f72aedf6d
|
@ -42,7 +42,7 @@ else
|
||||||
--test-cert \
|
--test-cert \
|
||||||
--standalone \
|
--standalone \
|
||||||
--agree-tos \
|
--agree-tos \
|
||||||
--standalone-supported-challenges http-01 \
|
--preferred-challenges http-01 \
|
||||||
-n \
|
-n \
|
||||||
-d $DOMAIN \
|
-d $DOMAIN \
|
||||||
-m $EMAIL
|
-m $EMAIL
|
||||||
|
@ -51,7 +51,7 @@ else
|
||||||
certbot certonly \
|
certbot certonly \
|
||||||
--standalone \
|
--standalone \
|
||||||
--agree-tos \
|
--agree-tos \
|
||||||
--standalone-supported-challenges http-01 \
|
--preferred-challenges http-01 \
|
||||||
-n \
|
-n \
|
||||||
-d $DOMAIN \
|
-d $DOMAIN \
|
||||||
-m $EMAIL
|
-m $EMAIL
|
||||||
|
|
Loading…
Reference in New Issue