Commit 44d9c46
authored
Fix: idn2: toAscii: A-label roundtrip failed (hestiacp#3942)
* Fix: idn2: toAscii: A-label roundtrip failed
v-genereate-ssl-cert uses
if [[ "$email" = *[![:ascii:]]* ]]; then
email=$(idn2 --quiet $email)
fi
This is not really needed and causes the listed error
* Convert email correctly
* Remove echo1 parent 32c6580 commit 44d9c46
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
0 commit comments