mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
fix renew server
This commit is contained in:
parent
38778f8adc
commit
e1d7a6b9ac
6
acme.sh
6
acme.sh
@ -2690,7 +2690,6 @@ _initAPI() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_clearCA() {
|
_clearCA() {
|
||||||
export ACME_DIRECTORY=
|
|
||||||
export CA_CONF=
|
export CA_CONF=
|
||||||
export ACCOUNT_KEY_PATH=
|
export ACCOUNT_KEY_PATH=
|
||||||
export ACCOUNT_JSON_PATH=
|
export ACCOUNT_JSON_PATH=
|
||||||
@ -5290,14 +5289,11 @@ renew() {
|
|||||||
fi
|
fi
|
||||||
_info "Renew to Le_API=$Le_API"
|
_info "Renew to Le_API=$Le_API"
|
||||||
|
|
||||||
export ACME_DIRECTORY="$Le_API"
|
|
||||||
_clearAPI
|
_clearAPI
|
||||||
_clearCA
|
_clearCA
|
||||||
|
export ACME_DIRECTORY="$Le_API"
|
||||||
|
|
||||||
#reload ca configs
|
#reload ca configs
|
||||||
ACCOUNT_KEY_PATH=""
|
|
||||||
ACCOUNT_JSON_PATH=""
|
|
||||||
CA_CONF=""
|
|
||||||
_debug2 "initpath again."
|
_debug2 "initpath again."
|
||||||
_initpath "$Le_Domain" "$_isEcc"
|
_initpath "$Le_Domain" "$_isEcc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user