Browse Source

fix issue: clear Le_Vlist earlier

neilpang 5 years ago
parent
commit
882ac74a0c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      acme.sh

+ 1 - 3
acme.sh

@@ -3863,7 +3863,7 @@ issue() {
   _savedomainconf "Le_Keylength" "$_key_length"
 
   vlist="$Le_Vlist"
-
+  _cleardomainconf "Le_Vlist"
   _info "Getting domain auth token for each domain"
   sep='#'
   dvsep=','
@@ -4512,8 +4512,6 @@ $_authorizations_map"
     fi
   fi
 
-  _cleardomainconf "Le_Vlist"
-
   if [ "$ACME_VERSION" = "2" ]; then
     _debug "v2 chain."
   else