mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
Update acme.sh
This commit is contained in:
parent
be7840c827
commit
9c757bbe6e
11
acme.sh
11
acme.sh
@ -91,6 +91,7 @@ END_CERT="-----END CERTIFICATE-----"
|
|||||||
|
|
||||||
CONTENT_TYPE_JSON="application/jose+json"
|
CONTENT_TYPE_JSON="application/jose+json"
|
||||||
RENEW_SKIP=2
|
RENEW_SKIP=2
|
||||||
|
CODE_DNS_MANUAL=3
|
||||||
|
|
||||||
B64CONF_START="__ACME_BASE64__START_"
|
B64CONF_START="__ACME_BASE64__START_"
|
||||||
B64CONF_END="__ACME_BASE64__END_"
|
B64CONF_END="__ACME_BASE64__END_"
|
||||||
@ -4764,13 +4765,9 @@ $_authorizations_map"
|
|||||||
_err "Please add the TXT records to the domains, and re-run with --renew."
|
_err "Please add the TXT records to the domains, and re-run with --renew."
|
||||||
_on_issue_err "$_post_hook"
|
_on_issue_err "$_post_hook"
|
||||||
_clearup
|
_clearup
|
||||||
if [ -n "$FORCE_DNS_MANUAL" ]; then
|
# If asked to be in manual DNS mode, flag this exit with a separate
|
||||||
# If asked to be in manual DNS mode, flag this exit with a separate
|
# error so it can be distinguished from other failures.
|
||||||
# error so it can be distinguished from other failures.
|
return $CODE_DNS_MANUAL
|
||||||
return 3
|
|
||||||
else
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user