fix for ip cert alpn mode

This commit is contained in:
neil 2020-12-13 23:20:26 +08:00
parent fe77d43fa0
commit e6e0771496
1 changed files with 1 additions and 0 deletions

View File

@ -1226,6 +1226,7 @@ _createcsr() {
if [ "$acmeValidationv1" ]; then
domainlist="$(_idn "$domainlist")"
_debug2 domainlist "$domainlist"
alt=""
for dl in $(echo "$domainlist" | tr "," ' '); do
if [ "$alt" ]; then
alt="$alt,$(_getIdType "$dl" | _upper_case):$dl"