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
e67d26ca
Commit
e67d26ca
authored
Jan 08, 2022
by
neil
Browse files
fix
https://github.com/acmesh-official/acme.sh/issues/3845#issuecomment-999367478
parent
86c3fa0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
e67d26ca
...
...
@@ -1252,7 +1252,7 @@ _createcsr() {
else
domainlist
=
"
$(
_idn
"
$domainlist
"
)
"
_debug2 domainlist
"
$domainlist
"
alt
=
"
$(
_getIdType
"
$domain
"
| _upper_case
)
:
$domain
"
alt
=
"
$(
_getIdType
"
$domain
"
| _upper_case
)
:
$
(
_idn
"
$
domain
"
)
"
for
dl
in
$(
echo
"
$domainlist
"
|
tr
","
' '
)
;
do
alt
=
"
$alt
,
$(
_getIdType
"
$dl
"
| _upper_case
)
:
$dl
"
done
...
...
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