mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-10-31 19:41:45 +00:00
fix issue: clear Le_Vlist earlier
This commit is contained in:
parent
1ff3dcf138
commit
882ac74a0c
4
acme.sh
4
acme.sh
@ -3863,7 +3863,7 @@ issue() {
|
|||||||
_savedomainconf "Le_Keylength" "$_key_length"
|
_savedomainconf "Le_Keylength" "$_key_length"
|
||||||
|
|
||||||
vlist="$Le_Vlist"
|
vlist="$Le_Vlist"
|
||||||
|
_cleardomainconf "Le_Vlist"
|
||||||
_info "Getting domain auth token for each domain"
|
_info "Getting domain auth token for each domain"
|
||||||
sep='#'
|
sep='#'
|
||||||
dvsep=','
|
dvsep=','
|
||||||
@ -4512,8 +4512,6 @@ $_authorizations_map"
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_cleardomainconf "Le_Vlist"
|
|
||||||
|
|
||||||
if [ "$ACME_VERSION" = "2" ]; then
|
if [ "$ACME_VERSION" = "2" ]; then
|
||||||
_debug "v2 chain."
|
_debug "v2 chain."
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user