mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
add debug info
This commit is contained in:
parent
d04434e3ec
commit
ea722da3de
6
acme.sh
6
acme.sh
@ -2999,9 +2999,9 @@ _on_issue_err() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#trigger the validation to flush the pending authz
|
#trigger the validation to flush the pending authz
|
||||||
|
_debug2 "_chk_vlist" "$_chk_vlist"
|
||||||
if [ "$_chk_vlist" ]; then
|
if [ "$_chk_vlist" ]; then
|
||||||
(
|
(
|
||||||
_debug2 "_chk_vlist" "$_chk_vlist"
|
|
||||||
_debug2 "start to deactivate authz"
|
_debug2 "start to deactivate authz"
|
||||||
ventries=$(echo "$_chk_vlist" | tr "$dvsep" ' ')
|
ventries=$(echo "$_chk_vlist" | tr "$dvsep" ' ')
|
||||||
for ventry in $ventries; do
|
for ventry in $ventries; do
|
||||||
@ -3498,7 +3498,7 @@ issue() {
|
|||||||
|
|
||||||
if [ "$?" != "0" ]; then
|
if [ "$?" != "0" ]; then
|
||||||
_clearup
|
_clearup
|
||||||
_on_issue_err "$_post_hook"
|
_on_issue_err "$_post_hook" "$vlist"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
dnsadded='1'
|
dnsadded='1'
|
||||||
@ -3510,7 +3510,7 @@ issue() {
|
|||||||
_debug "Dns record not added yet, so, save to $DOMAIN_CONF and exit."
|
_debug "Dns record not added yet, so, save to $DOMAIN_CONF and exit."
|
||||||
_err "Please add the TXT records to the domains, and retry again."
|
_err "Please add the TXT records to the domains, and retry again."
|
||||||
_clearup
|
_clearup
|
||||||
_on_issue_err "$_post_hook"
|
_on_issue_err "$_post_hook" "$vlist"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user