1. 04 Jan, 2019 1 commit
  2. 03 Jan, 2019 15 commits
  3. 02 Jan, 2019 1 commit
  4. 30 Dec, 2018 1 commit
  5. 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
  6. 28 Dec, 2018 13 commits
  7. 27 Dec, 2018 3 commits
  8. 24 Dec, 2018 1 commit
  9. 22 Dec, 2018 2 commits
  10. 21 Dec, 2018 1 commit
  11. 20 Dec, 2018 1 commit
    • Aaron W. Swenson's avatar
      Linode API v4 Redo · c8c1140f
      Aaron W. Swenson authored
      The Cloud and Classic Manager work with different APIs, and so require
      a separate module, which we introduce here.
      
      The README has also been modified to state that the two are separate
      and incompatible, and provides instructions on using either.
      c8c1140f