neil 2022-01-08 19:58:49 +08:00
parent 86c3fa0df0
commit e67d26caeb
1 changed files with 1 additions and 1 deletions

View File

@ -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