csrhelp
csrhelp copied to clipboard
Add support for IDN domains
We should encode IDN domains with Punycode.
See: https://github.com/bestiejs/punycode.js/
Example:
пуникод.москва
To:
xn--d1ahgkhc2a.xn--80adxhks
openssl req -new -newkey rsa:2048 -sha256 -nodes -out punikod.moskva.csr -keyout punikod.moskva.key -subj "/CN=xn--d1ahgkhc2a.xn--80adxhks"