|
@ -160,6 +160,8 @@ _SERVER_WIKI="https://github.com/acmesh-official/acme.sh/wiki/Server" |
|
|
|
|
|
|
|
|
_PREFERRED_CHAIN_WIKI="https://github.com/acmesh-official/acme.sh/wiki/Preferred-Chain" |
|
|
_PREFERRED_CHAIN_WIKI="https://github.com/acmesh-official/acme.sh/wiki/Preferred-Chain" |
|
|
|
|
|
|
|
|
|
|
|
_DNSCHECK_WIKI="https://github.com/acmesh-official/acme.sh/wiki/dnscheck" |
|
|
|
|
|
|
|
|
_DNS_MANUAL_ERR="The dns manual mode can not renew automatically, you must issue it again manually. You'd better use the other modes instead." |
|
|
_DNS_MANUAL_ERR="The dns manual mode can not renew automatically, you must issue it again manually. You'd better use the other modes instead." |
|
|
|
|
|
|
|
|
_DNS_MANUAL_WARN="It seems that you are using dns manual mode. please take care: $_DNS_MANUAL_ERR" |
|
|
_DNS_MANUAL_WARN="It seems that you are using dns manual mode. please take care: $_DNS_MANUAL_ERR" |
|
@ -3958,6 +3960,8 @@ _check_dns_entries() { |
|
|
_end_time="$(_math "$_end_time" + 1200)" #let's check no more than 20 minutes. |
|
|
_end_time="$(_math "$_end_time" + 1200)" #let's check no more than 20 minutes. |
|
|
|
|
|
|
|
|
while [ "$(_time)" -le "$_end_time" ]; do |
|
|
while [ "$(_time)" -le "$_end_time" ]; do |
|
|
|
|
|
_info "You can use '--dnssleep' to disable public dns checks." |
|
|
|
|
|
_info "See: $_DNSCHECK_WIKI" |
|
|
_left="" |
|
|
_left="" |
|
|
for entry in $dns_entries; do |
|
|
for entry in $dns_entries; do |
|
|
d=$(_getfield "$entry" 1) |
|
|
d=$(_getfield "$entry" 1) |
|
|