Browse Source

fix for ip cert alpn mode

pull/3796/head
neil 4 years ago
parent
commit
e6e0771496
  1. 1
      acme.sh

1
acme.sh

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

Loading…
Cancel
Save