mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-15 21:08:20 +08:00
https://github.com/acmesh-official/acme.sh/issues/3898
This commit is contained in:
3
acme.sh
3
acme.sh
@@ -1253,7 +1253,8 @@ _createcsr() {
|
|||||||
domainlist="$(_idn "$domainlist")"
|
domainlist="$(_idn "$domainlist")"
|
||||||
_debug2 domainlist "$domainlist"
|
_debug2 domainlist "$domainlist"
|
||||||
alt="$(_getIdType "$domain" | _upper_case):$(_idn "$domain")"
|
alt="$(_getIdType "$domain" | _upper_case):$(_idn "$domain")"
|
||||||
for dl in $(echo "$domainlist" | tr "," ' '); do
|
for dl in $(echo "'$domainlist'" | sed "s/,/' '/g"); do
|
||||||
|
dl=$(echo "$dl" | tr -d "'")
|
||||||
alt="$alt,$(_getIdType "$dl" | _upper_case):$dl"
|
alt="$alt,$(_getIdType "$dl" | _upper_case):$dl"
|
||||||
done
|
done
|
||||||
#multi
|
#multi
|
||||||
|
|||||||
Reference in New Issue
Block a user