Commit Graph

15 Commits (089d35708b99fe326660c8d95ed30b5040532d40)

Author SHA1 Message Date
spider bd73823828 reg.ru list unicode domains NOT in IDN code 3 years ago
Vitaly Kireev e1a0f5706d DNS REGRU utf-list to idn (punycode)
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}")"
3 years ago
neil 58923b2846
Merge pull request #3099 from Alexilmarranen/dev
Issue2547 wrong url construction for multiple dns services
5 years ago
Alexilmarranen 956114fc42 Issue2336 Add subdomain (3 and more) support
Fix for issue in https://github.com/acmesh-official/acme.sh/issues/2336#issuecomment-670522738
5 years ago
neil 19c4345162 fix shfmt 5 years ago
neil f00e289014 fix format 5 years ago
neil 1dffaba266 fix format 5 years ago
snv 44b9a8e7ed fix new line at end of file 5 years ago
snv c16757b03a add some debug output and fix data in GET request 5 years ago
snv 5d0dde5c15 main changes 5 years ago
AndreyIsakov d883a870e1 dnsapi for regru: remove debug info 6 years ago
AndreyIsakov f2c6e3f65b dnsapi for regru: replace echo by _info() 6 years ago
AndreyIsakov 487d2a9221 dnsapi for regru: CI linter remove empty line 6 years ago
AndreyIsakov 6151debeab dnsapi for regru: CI linter ok 6 years ago
AndreyIsakov e05ef230a7 test CI error 6 years ago