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
0f866510
Commit
0f866510
authored
May 04, 2019
by
neilpang
Browse files
fix idn
parent
a77f2fa4
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
deleted
100644 → 0
View file @
a77f2fa4
.autogit
\ No newline at end of file
acme.sh
View file @
0f866510
...
...
@@ -1119,9 +1119,9 @@ _createcsr() {
domainlist
=
"
$(
_idn
"
$domainlist
"
)
"
_debug2 domainlist
"
$domainlist
"
if
_contains
"
$domainlist
"
","
;
then
alt
=
"DNS:
$domain
,DNS:
$(
echo
"
$domainlist
"
|
sed
"s/,,/,/g"
|
sed
"s/,/,DNS:/g"
)
"
alt
=
"DNS:
$(
_idn
$domain
)
,DNS:
$(
echo
"
$domainlist
"
|
sed
"s/,,/,/g"
|
sed
"s/,/,DNS:/g"
)
"
else
alt
=
"DNS:
$domain
,DNS:
$domainlist
"
alt
=
"DNS:
$(
_idn
$domain
)
,DNS:
$domainlist
"
fi
#multi
_info
"Multi domain"
"
$alt
"
...
...
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