1. 26 Jul, 2020 1 commit
  2. 14 Jul, 2020 1 commit
  3. 13 Jul, 2020 2 commits
  4. 08 Jul, 2020 1 commit
  5. 07 Jul, 2020 1 commit
  6. 29 Jun, 2020 2 commits
  7. 25 May, 2020 1 commit
  8. 24 May, 2020 1 commit
  9. 22 May, 2020 1 commit
  10. 21 May, 2020 1 commit
  11. 19 May, 2020 4 commits
  12. 13 May, 2020 1 commit
  13. 04 May, 2020 1 commit
  14. 25 Apr, 2020 1 commit
  15. 18 Apr, 2020 2 commits
  16. 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
  17. 12 Apr, 2020 1 commit
  18. 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
  19. 30 Mar, 2020 1 commit
  20. 24 Mar, 2020 1 commit
  21. 09 Mar, 2020 1 commit
  22. 07 Mar, 2020 2 commits
  23. 04 Mar, 2020 1 commit
    • Ian Wienand's avatar
      Update account.json on account update · 72e1a1b2
      Ian Wienand authored
      When running --updateaccount, the ca/<ca>/account.json file isn't
      updated with the new response showing the updated account details.
      This can be a bit confusing if you add an email to the account but
      then you're not sure if it actually applied looking at this file.
      
      Write out the new response on successful account updates.
      72e1a1b2
  24. 25 Feb, 2020 1 commit
    • alex's avatar
      Fix error on docker deploy command with spaces. · 22f9a3b4
      alex authored
      This adds quotes to the last eval in _getdeployconf which is reponsible
      for loading and exporting saved environment variables back into the
      acme.sh process. This caused some errors if used with the docker
      deploy-hook and the example nginx "service nginx force-reload" command
      as it contains spaces.
      22f9a3b4
  25. 18 Feb, 2020 1 commit
  26. 30 Jan, 2020 1 commit
  27. 27 Jan, 2020 5 commits