1. 08 Jan, 2022 2 commits
  2. 06 Jan, 2022 5 commits
  3. 13 Nov, 2021 1 commit
  4. 06 Nov, 2021 8 commits
  5. 12 Oct, 2021 1 commit
  6. 08 Oct, 2021 1 commit
    • Phil Krylov's avatar
      Don't use global variable as local in recursion context · 40e8c5e2
      Phil Krylov authored
      ```nginx
      include conf.d/*;
      include sites-enabled/*;
      ```
      In this situation, after the first recursive `_checkConf` invocation 4 lines below, `$_c_file` does not contain what you expect anymore, and the second lookup checks for `conf.d/sites-enabled/*` which is obviously wrong.
      40e8c5e2
  7. 03 Oct, 2021 2 commits
  8. 15 Aug, 2021 1 commit
  9. 10 Aug, 2021 1 commit
    • Bernard Spil's avatar
      Make domain names available to pre hook · e1643620
      Bernard Spil authored
      Export Le_Domains and Le_Alt so your pre-hook script can run additional checks.
      
      Allows running checks on the domain names before the first call to the ACME API. Thereby not counting against the rate-limit when an issue is going to be problematic.
      
      Supersedes:	#3288
      e1643620
  10. 07 Aug, 2021 1 commit
  11. 06 Aug, 2021 1 commit
  12. 05 Aug, 2021 1 commit
  13. 04 Aug, 2021 1 commit
  14. 01 Aug, 2021 2 commits
  15. 28 Jul, 2021 1 commit
  16. 24 Jul, 2021 1 commit
  17. 20 Jul, 2021 1 commit
  18. 15 Jul, 2021 2 commits
  19. 12 Jul, 2021 1 commit
  20. 02 Jul, 2021 1 commit
  21. 28 Jun, 2021 2 commits
  22. 27 Jun, 2021 1 commit
  23. 25 Jun, 2021 2 commits