• Vitaly Kireev's avatar
    DNS REGRU utf-list to idn (punycode) · e1a0f570
    Vitaly Kireev authored
    service/get_list returns domains in utf. But if utf, then error Error parsing certificate request: x509: SAN dNSName is malformed
    
    early using my patch by IDN_ITEM="$(echo "${ITEM}" | idn)"
    
    Now replacing by IDN_ITEM="$(_idn "${ITEM}")"
    e1a0f570
dns_regru.sh 3.62 KB