1. 17 Apr, 2021 1 commit
  2. 14 Apr, 2021 1 commit
  3. 17 Aug, 2020 1 commit
  4. 09 Apr, 2020 1 commit
  5. 07 Apr, 2020 1 commit
    • 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
  6. 31 May, 2019 2 commits
  7. 25 May, 2019 1 commit
  8. 24 May, 2019 1 commit
  9. 23 May, 2019 1 commit
  10. 20 May, 2019 1 commit
    • der-berni's avatar
      updated to work with one.com · 68b42a00
      der-berni authored
      rev command not found on OpenWrt
      CURL does not work, using wget
      JSESSIONID replaced with OneSIDCrmAdmin
      CSRF_G_TOKEN not needed
      68b42a00
  11. 03 May, 2019 1 commit
  12. 20 Feb, 2019 5 commits
  13. 17 Feb, 2019 1 commit