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
84fe6654
Commit
84fe6654
authored
Oct 03, 2021
by
neil
Browse files
fix for
https://github.com/acmesh-official/acme.sh/issues/3717
parent
64908e00
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
84fe6654
...
...
@@ -4934,7 +4934,9 @@ $_authorizations_map"
echo
"
$response
"
>
"
$CERT_PATH
"
_split_cert_chain
"
$CERT_PATH
"
"
$CERT_FULLCHAIN_PATH
"
"
$CA_CERT_PATH
"
if
[
-z
"
$_preferred_chain
"
]
;
then
_preferred_chain
=
$(
_readcaconf DEFAULT_PREFERRED_CHAIN
)
fi
if
[
"
$_preferred_chain
"
]
&&
[
-f
"
$CERT_FULLCHAIN_PATH
"
]
;
then
if
[
"
$DEBUG
"
]
;
then
_debug
"default chain issuers: "
"
$(
_get_chain_issuers
"
$CERT_FULLCHAIN_PATH
"
)
"
...
...
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