1. 11 Feb, 2019 1 commit
  2. 06 Feb, 2019 1 commit
    • Simon Wydooghe's avatar
      Set NS1 DNS record TTL to 0 · ebc90f6a
      Simon Wydooghe authored
      Default of a zone might be high, which is annoying when testing
      with the ACME staging API. I think setting the TTL to 0 makes sense
      as acme.sh is the only one checking this, so having an always up
      to date response seems desirable.
      ebc90f6a
  3. 04 Feb, 2019 2 commits
  4. 30 Jan, 2019 1 commit
  5. 28 Jan, 2019 1 commit
  6. 26 Jan, 2019 2 commits
  7. 25 Jan, 2019 2 commits
  8. 24 Jan, 2019 4 commits
  9. 23 Jan, 2019 1 commit
  10. 21 Jan, 2019 3 commits
  11. 14 Jan, 2019 1 commit
  12. 08 Jan, 2019 2 commits
  13. 03 Jan, 2019 4 commits
    • hebbet's avatar
      add link to profile of Cloudflare · 68d9aad3
      hebbet authored
      follow-up for #1893
      68d9aad3
    • Marton Szucs's avatar
      fix dns_loopia wildcard certificate · 40f0238b
      Marton Szucs authored
      Checks if a subdomain already exists before creating one. The loopia API clears all records for a subdomain when adding it again.
      
      Adding TXT-records instead of updating the existing record when using the add method. Wildcard certificates require multiple TXT-records for the same subdomain. 
      
      Now you can create wildcard certificates using:
       `acme.sh  --issue -d example.com  -d '*.example.com'  --dns dns_loopia`
      Double quoting variables
      40f0238b
    • Oliver Dick's avatar
      Using _sleep() instead of sleep · 08982378
      Oliver Dick authored
      08982378
    • Ivru's avatar
      Fix typo · ecf7dded
      Ivru authored
      ecf7dded
  14. 02 Jan, 2019 1 commit
  15. 30 Dec, 2018 1 commit
  16. 29 Dec, 2018 1 commit
    • Dominik Röttsches's avatar
      [dnsapi] Support adding / removing multiple TXT values for Gandi · 29a5311a
      Dominik Röttsches authored
      Gandi supports setting multiple entries by setting multiple array items
      for the rrset_values field in their API. Modify the dns_gandi_livedns.sh
      script so that it checks for existing entries, appends new ones if
      needed, and removes existing ones individually. This enabled wildcard
      certificate support on Gandi.
      
      Fixes the dns_gandi_livedns part of #1261.
      
      Tested for creating a multidomain, multiple wild-card certificate on
      Gandi and using a test script executing only the dns_gandi_livedns_add
      and dns_gandi_livedns_rm functions.
      29a5311a
  17. 28 Dec, 2018 1 commit
  18. 27 Dec, 2018 1 commit
  19. 20 Dec, 2018 6 commits
  20. 13 Dec, 2018 2 commits
  21. 11 Dec, 2018 1 commit
  22. 04 Dec, 2018 1 commit