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
0d05f9ba
Commit
0d05f9ba
authored
Mar 27, 2022
by
neilpang
Browse files
Update acme.sh
fix
https://github.com/acmesh-official/acme.sh/issues/4001
parent
a50158cb
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
0d05f9ba
...
@@ -1845,8 +1845,10 @@ _inithttp() {
...
@@ -1845,8 +1845,10 @@ _inithttp() {
_ACME_WGET="$_ACME_WGET --max-redirect 0 "
_ACME_WGET="$_ACME_WGET --max-redirect 0 "
fi
fi
if [ "$DEBUG" ] && [ "$DEBUG" -ge "2" ]; then
if [ "$DEBUG" ] && [ "$DEBUG" -ge "2" ]; then
if [ "$_ACME_WGET" ] && _contains "$($_ACME_WGET --help 2>&1)" "--debug"; then
_ACME_WGET="$_ACME_WGET -d "
_ACME_WGET="$_ACME_WGET -d "
fi
fi
fi
if [ "$CA_PATH" ]; then
if [ "$CA_PATH" ]; then
_ACME_WGET="$_ACME_WGET --ca-directory=$CA_PATH "
_ACME_WGET="$_ACME_WGET --ca-directory=$CA_PATH "
elif [ "$CA_BUNDLE" ]; then
elif [ "$CA_BUNDLE" ]; then
...
...
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