1. 05 Jul, 2022 1 commit
    • Ian Wienand's avatar
      Exit with separate failure if in DNS manual mode · be7840c8
      Ian Wienand authored
      In our environment we use DNS manual mode and take the TXT record
      output of acme.sh and process it with Ansible to install the records
      (then we call renew later when the records have been pushed to the DNS
      servers by a whole bunch of other bits).
      
      One problem is that after getting/showing the TXT records, acme.sh
      always returns 1.  This makes it difficult to tell if there is
      actually an error condition.
      
      Since we have set the manual-mode flag, not installing the DNS records
      is an expected correct result.  This returns a separate error code for
      this situation (3), which can be distinguished in automation.
      be7840c8
  2. 30 Jun, 2022 1 commit
  3. 21 Jun, 2022 1 commit
  4. 18 Jun, 2022 1 commit
  5. 09 Jun, 2022 2 commits
  6. 08 Jun, 2022 1 commit
  7. 07 Jun, 2022 1 commit
  8. 06 Jun, 2022 2 commits
  9. 05 Jun, 2022 1 commit
  10. 04 Jun, 2022 1 commit
  11. 02 Jun, 2022 1 commit
  12. 01 Jun, 2022 4 commits
  13. 31 May, 2022 2 commits
  14. 29 May, 2022 3 commits
  15. 24 May, 2022 1 commit
  16. 23 May, 2022 1 commit
  17. 22 May, 2022 1 commit
  18. 21 May, 2022 2 commits
  19. 18 May, 2022 1 commit
  20. 16 May, 2022 1 commit
  21. 12 May, 2022 4 commits
  22. 11 May, 2022 3 commits
  23. 10 May, 2022 4 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
    • Sandeep Mittal's avatar
      Update callmebotWhatsApp.sh · 9aaae245
      Sandeep Mittal authored
      unused variable removed and cleaned.
      9aaae245