Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
e1d7a6b9
Commit
e1d7a6b9
authored
May 09, 2022
by
neil
Browse files
fix renew server
parent
38778f8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
e1d7a6b9
...
@@ -2690,7 +2690,6 @@ _initAPI() {
...
@@ -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() {
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment