mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-27 07:21:53 +00:00
parent
3021c5cfad
commit
8902a5c5cd
20
acme.sh
20
acme.sh
@ -3974,16 +3974,9 @@ $_authorizations_map"
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$addcommand" = "dns_aws_add" -a -n "$_dnsslowrate" ] ; then
|
if ! $addcommand "$txtdomain" "$txt"; then
|
||||||
if ! $addcommand "$txtdomain" "$txt" "$_dnsslowrate"; then
|
_err "Error add txt for domain:$txtdomain"
|
||||||
_err "Error add txt for domain:$txtdomain"
|
return 1
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
if ! $addcommand "$txtdomain" "$txt"; then
|
|
||||||
_err "Error add txt for domain:$txtdomain"
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -5926,7 +5919,6 @@ _process() {
|
|||||||
_httpport=""
|
_httpport=""
|
||||||
_tlsport=""
|
_tlsport=""
|
||||||
_dnssleep=""
|
_dnssleep=""
|
||||||
_dnsslowrate=""
|
|
||||||
_listraw=""
|
_listraw=""
|
||||||
_stopRenewOnError=""
|
_stopRenewOnError=""
|
||||||
#_insecure=""
|
#_insecure=""
|
||||||
@ -6166,12 +6158,6 @@ _process() {
|
|||||||
_webroot="$_webroot,$wvalue"
|
_webroot="$_webroot,$wvalue"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--dnsslowrate)
|
|
||||||
_dnsslowrate="$2"
|
|
||||||
shift
|
|
||||||
;;
|
|
||||||
|
|
||||||
--dnssleep)
|
--dnssleep)
|
||||||
_dnssleep="$2"
|
_dnssleep="$2"
|
||||||
Le_DNSSleep="$_dnssleep"
|
Le_DNSSleep="$_dnssleep"
|
||||||
|
Loading…
Reference in New Issue
Block a user