Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
e6959f09
Unverified
Commit
e6959f09
authored
May 06, 2022
by
neil
Committed by
GitHub
May 06, 2022
Browse files
Merge pull request #4070 from acmesh-official/dev
sync
parents
68878054
8d783e8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
e6959f09
#!/usr/bin/env sh
VER
=
3.0.
3
VER
=
3.0.
4
PROJECT_NAME
=
"acme.sh"
...
...
@@ -2691,6 +2691,13 @@ _initAPI() {
return
1
}
_clearCA
()
{
export
ACME_DIRECTORY
=
export
CA_CONF
=
export
ACCOUNT_KEY_PATH
=
export
ACCOUNT_JSON_PATH
=
}
#[domain] [keylength or isEcc flag]
_initpath
()
{
domain
=
"
$1
"
...
...
@@ -5357,6 +5364,7 @@ renew() {
#renewAll [stopRenewOnError]
renewAll
()
{
_initpath
_clearCA
_stopRenewOnError
=
"
$1
"
_debug
"_stopRenewOnError"
"
$_stopRenewOnError
"
_ret
=
"0"
...
...
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