1. 19 Apr, 2020 1 commit
  2. 18 Apr, 2020 13 commits
  3. 17 Apr, 2020 1 commit
    • Simon Wydooghe's avatar
      Fix: allow removal of email address as contact · 2febdfc3
      Simon Wydooghe authored
      It seems the current code doesn't allow for removing the email address
      from the contact field. This fixes that. This only removes the email
      address if an explicit empty email address is specified on the command
      line or in the account.conf file. If it is left unspecified on the
      command line it still just uses whatever was configured in the
      account.conf.
      2febdfc3
  4. 16 Apr, 2020 1 commit
    • mod242's avatar
      Filter out blank lines · 2c971a25
      mod242 authored
      Response from the provider has changed so that there are blank lines at the end, which leads to the result can not be parsed correctly
      2c971a25
  5. 12 Apr, 2020 12 commits
  6. 11 Apr, 2020 1 commit
  7. 10 Apr, 2020 1 commit
  8. 09 Apr, 2020 3 commits
  9. 07 Apr, 2020 2 commits
    • Wout's avatar
      62378d06
    • der-berni's avatar
      Update to work with new one.com procedure · 5fac282e
      der-berni authored
      Since some Months, its no longer possible to add TXT Records with the Name "_acme-challenge" to the base domain.
      To override the fallback value, you must use a CNAME and proxy it.
      For example.
      CNAME _acme-challenge.yourdomain.com => proxy_acme-challenge.yourdomain.com
      The TXT Records have to be created on proxy_acme-challenge.yourdomain.com
      
      Since the default CNAME TTL is 3600 seconds, it is recommended to leave the CNAME record.
      But if you would like to use the build-in SSL (for your web-site etc.) from one.com, you have to delete the record.
      
      A new variable "ONECOM_KeepCnameProxy" you can set in the account.conf is used to keep the CNAME record.
      By default the CNAME record will be removed.
      
      For ex.: SAVED_ONECOM_KeepCnameProxy='1'
      to keep the CNAME Record and speedup the process.
      5fac282e
  10. 06 Apr, 2020 2 commits
  11. 05 Apr, 2020 3 commits