1. 19 Jan, 2022 1 commit
    • 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
  2. 18 Aug, 2020 1 commit
  3. 17 Aug, 2020 1 commit
  4. 07 Jul, 2020 2 commits
  5. 02 Jul, 2020 3 commits
  6. 13 Jun, 2019 2 commits
  7. 11 Jun, 2019 3 commits
  8. 08 May, 2019 1 commit
  9. 26 Apr, 2019 1 commit
  10. 02 Apr, 2019 1 commit
    • Gorbachev's avatar
      Trim double quotes for email and key · 6e917d15
      Gorbachev authored
      Currently dns_cf generates headers like this: 'X-Auth-Email: "sample@mail.com"'. Cloudflare API responses 400 BadRequest for quoted headers with message "Invalid format for X-Auth-Email header".
      6e917d15
  11. 31 Mar, 2019 1 commit
  12. 03 Jan, 2019 1 commit
  13. 28 Dec, 2018 1 commit
  14. 27 Dec, 2018 1 commit
  15. 11 Dec, 2018 1 commit
  16. 03 Dec, 2018 1 commit
  17. 02 Dec, 2018 1 commit
  18. 15 Mar, 2018 1 commit
  19. 16 Jan, 2018 2 commits
  20. 06 Jan, 2018 2 commits
  21. 16 Apr, 2017 1 commit
  22. 11 Apr, 2017 2 commits
  23. 13 Jan, 2017 1 commit
    • Bastian Bittorf's avatar
      shellcheck: fix several occurences of SC2034 · 3ca93f4a
      Bastian Bittorf authored
      
      
      message:
      SC2034: $VARNAME appears unused. Verify it or export it.
      
      most of these are related to the style:
      we generate global vars, which are used in other functions.
      
      the var "lexical_url" was really unused (left it as comment)
      
      the travis-check now does not need anymore special flags.
      Signed-off-by: default avatarBastian Bittorf <bb@npl.de>
      3ca93f4a
  24. 27 Dec, 2016 1 commit
  25. 14 Dec, 2016 1 commit
  26. 07 Dec, 2016 2 commits
  27. 06 Dec, 2016 2 commits
  28. 16 Nov, 2016 2 commits