1. 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
  2. 05 Apr, 2020 2 commits
  3. 04 Apr, 2020 1 commit
  4. 01 Apr, 2020 3 commits
    • Oliver Burgmaier's avatar
      fix #2828 mailto compliant to RFC6068 · 7595808d
      Oliver Burgmaier authored
      This fix removes the space between "mailto:" and the email address to
      make the contact attribute compliant to RFC6068.
      7595808d
    • Oliver Burgmaier's avatar
      fix #2830 Autorization segment typo fixed · 37d22a14
      Oliver Burgmaier authored
      This fixes the parsing of the authorization segment in the response of
      an order. Without this fix the start of the array is not found
      correctly and therefore the finalize URL is part of the authorization
      segment. Changing the regex to *\[[^\[]*\] fix this. Seems to be a typo
      which has not been recognized so far. This can be only recognized if
      the response is in a single line.
      37d22a14
    • Oliver Burgmaier's avatar
      fix #2830 Autorization segment typo fixed · dc697a68
      Oliver Burgmaier authored
      This fixes the parsing of the authorization segment in the response of
      an order. Without this fix the start of the array is not found
      correctly and therefore the finalize URL is part of the authorization
      segment. Changing the regex to *\[[^\[]*\] fix this. Seems to be a typo
      which has not been recognized so far. This can be only recognized if
      the response is in a single line.
      dc697a68
  5. 31 Mar, 2020 3 commits
  6. 30 Mar, 2020 1 commit
  7. 29 Mar, 2020 1 commit
  8. 28 Mar, 2020 2 commits
  9. 26 Mar, 2020 2 commits
  10. 25 Mar, 2020 5 commits
  11. 24 Mar, 2020 1 commit
  12. 21 Mar, 2020 4 commits
  13. 14 Mar, 2020 1 commit
  14. 09 Mar, 2020 1 commit
  15. 08 Mar, 2020 4 commits
  16. 07 Mar, 2020 8 commits