From fef52239202042ff6e7a202472efd498a0650dde Mon Sep 17 00:00:00 2001 From: ShepardEG <40993787+ShepardEG@users.noreply.github.com> Date: Thu, 16 Apr 2020 00:26:07 +0300 Subject: [PATCH] fix(v-add-web-domain-ssl): added fix for punnycode domains idn Added fix for punnycode domain related by issue https://github.com/serghey-rodin/vesta/issues/1991 --- bin/v-add-web-domain-ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-add-web-domain-ssl b/bin/v-add-web-domain-ssl index 43e5cce31..daa66d8f4 100755 --- a/bin/v-add-web-domain-ssl +++ b/bin/v-add-web-domain-ssl @@ -32,7 +32,7 @@ if [[ "$domain" =~ .*\.$ ]]; then domain=$(echo "$domain" |sed -e "s/\.$//") fi -domain=$(idn -t --quiet -u "$domain" ) +domain=$(idn -t --quiet -a "$domain" ) domain_idn=$(idn -t --quiet -a "$domain") # Includes