1. 19 Jun, 2022 3 commits
  2. 18 Jun, 2022 13 commits
  3. 15 Jun, 2022 3 commits
  4. 11 Jun, 2022 1 commit
  5. 31 May, 2022 1 commit
  6. 29 May, 2022 3 commits
  7. 24 May, 2022 1 commit
  8. 23 May, 2022 1 commit
  9. 22 May, 2022 1 commit
  10. 21 May, 2022 2 commits
  11. 18 May, 2022 1 commit
  12. 16 May, 2022 1 commit
  13. 12 May, 2022 3 commits
  14. 11 May, 2022 3 commits
  15. 10 May, 2022 3 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
    • denkristoffer's avatar
      Create dns_vercel.sh · f16e060e
      denkristoffer authored
      f16e060e