Add support for umlaut domains
This commit is contained in:
parent
f04ad9e5e1
commit
355c8aca6d
@ -2257,15 +2257,6 @@ while IFS='' read -r -d '' filename ; do
|
||||
elif ! grep SSLCertificate \$filename > /dev/null 2>&1 && ! grep ssl_certificate \$filename > /dev/null 2>&1; then
|
||||
continue
|
||||
|
||||
# - Internationalized domain names (starting with xn--) not yet supported
|
||||
# -
|
||||
elif grep -e "^\s*ServerName.*xn--" \$filename > /dev/null 2>&1 ; then
|
||||
continue
|
||||
elif grep -e "^\s*ServerAlias.*xn--" \$filename > /dev/null 2>&1 ; then
|
||||
continue
|
||||
elif grep -e "^\s*server_name.*xn--" \$filename > /dev/null 2>&1 ; then
|
||||
continue
|
||||
|
||||
elif containsElement \`basename \${filename%.*}\` \${SITE_WITHOUT_CERTS_arr[@]} ; then
|
||||
continue
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user