1. 10 Jul, 2022 1 commit
    • lufi42's avatar
      Improved error handling · ba3e088b
      lufi42 authored
      Improved error handling when result contains data-structure which might contain another status-flag that is related to the status of the related object and not the api call
      
      Revert "Improved error handling"
      
      This reverts commit fa6df1cfab134d38baad19fc1caa0842f00416d5.
      
      Revert "Revert "Improved error handling""
      
      This reverts commit 5a4b78392f063863ee9f56686f5c429e9376af1b.
      ba3e088b
  2. 07 Jul, 2022 1 commit
  3. 30 Jun, 2022 1 commit
  4. 28 Jun, 2022 1 commit
  5. 21 Jun, 2022 1 commit
  6. 18 Jun, 2022 1 commit
  7. 09 Jun, 2022 2 commits
  8. 08 Jun, 2022 1 commit
  9. 07 Jun, 2022 1 commit
  10. 06 Jun, 2022 2 commits
  11. 05 Jun, 2022 1 commit
  12. 04 Jun, 2022 1 commit
  13. 02 Jun, 2022 1 commit
  14. 01 Jun, 2022 4 commits
  15. 31 May, 2022 2 commits
  16. 29 May, 2022 3 commits
  17. 24 May, 2022 1 commit
  18. 23 May, 2022 1 commit
  19. 22 May, 2022 1 commit
  20. 21 May, 2022 2 commits
  21. 18 May, 2022 1 commit
  22. 16 May, 2022 1 commit
  23. 12 May, 2022 4 commits
  24. 11 May, 2022 3 commits
  25. 10 May, 2022 2 commits
    • Clark Boylan's avatar
      Fix Le_Keylength checks during renewals · b376dfa1
      Clark Boylan authored
      When performing renewals acme.sh checks key length values to determine
      if a new key should be created with createDomainKey(). However, older
      acme.sh stored key length as an empty value if the default of 2048 was
      desired. Now it is explicit and the explict check of 2048 against "" is
      causing createDomainKey() to always be called with fails without
      --force.
      
      Fix this by converting the keylength value to 2048 if an empty string is
      returned from the config file. acme.sh will then write out 2048 updating
      old keys and configs to the explicit version.
      
      Issue: 4077
      b376dfa1
    • neil's avatar
      Merge pull request #4076 from acmesh-official/dev · 7ac0577b
      neil authored
      sync
      7ac0577b