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
fdb96e91
Commit
fdb96e91
authored
Aug 27, 2020
by
neil
Browse files
match issuer ignoring case
parent
8d0e4851
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
fdb96e91
...
@@ -4006,6 +4006,11 @@ _match_issuer() {
...
@@ -4006,6 +4006,11 @@ _match_issuer() {
_missuer
=
"
$2
"
_missuer
=
"
$2
"
_fissuers
=
"
$(
_get_cert_issuers
$_cfile
)
"
_fissuers
=
"
$(
_get_cert_issuers
$_cfile
)
"
_debug2 _fissuers
"
$_fissuers
"
_debug2 _fissuers
"
$_fissuers
"
if
_contains
"
$_fissuers
"
"
$_missuer
"
;
then
return
0
fi
_fissuers
=
"
$(
echo
"
$_fissuers
"
| _lower_case
)
"
_missuer
=
"
$(
echo
"
$_missuer
"
| _lower_case
)
"
_contains
"
$_fissuers
"
"
$_missuer
"
_contains
"
$_fissuers
"
"
$_missuer
"
}
}
...
...
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