1. 16 Jul, 2019 1 commit
  2. 13 Jul, 2019 5 commits
  3. 30 Jun, 2019 3 commits
  4. 29 Jun, 2019 1 commit
    • Raphaël Berlamont's avatar
      dns_azure : Multiple domains with same ending bug · 971a85a6
      Raphaël Berlamont authored
      We have a few domains that ends the same. For example :
        iperfony.com
        perfony.com
      
      The problem was in the _get_root functions, when getting the domain_id :
      only the first result "iperfony.com" was returned, because "perfony.com"
      is contained in the "iperfony.com" string.
      
      The correction consist of being strict in the regex, adding a slash (/)
      so that it will only match on ".*/(perfony.com).*" and not
      ".*(perfony.com).*".
      971a85a6
  5. 22 Jun, 2019 1 commit
  6. 21 Jun, 2019 2 commits
  7. 19 Jun, 2019 5 commits
  8. 17 Jun, 2019 1 commit
  9. 15 Jun, 2019 2 commits
  10. 14 Jun, 2019 4 commits
  11. 13 Jun, 2019 4 commits
    • AndreyIsakov's avatar
      dnsapi for regru: remove debug info · d883a870
      AndreyIsakov authored
      d883a870
    • AndreyIsakov's avatar
      dnsapi for regru: replace echo by _info() · f2c6e3f6
      AndreyIsakov authored
      f2c6e3f6
    • neil's avatar
      Merge pull request #2332 from endreszabo/patch-1 · 1ff3dcf1
      neil authored
      Help text suggests bad practice.
      1ff3dcf1
    • Endre Szabo's avatar
      Help text suggests bad practice. · 9b564431
      Endre Szabo authored
      Please remove the phrase `No news is good news.` as it suggests to decide to go on with a bad operational habit.
      
      Why I am stating this is because that `no news` also could mean that:
      - your `cron` daemon stopped working,
      - your MTA has issues (in case or mail notifications of course),
      - anything in between the host running `acme.sh` and your client went wrong.
      
      (... and probably you will not notice in time if `acme.sh` would otherwise send an error notification (if it runs anyway))
      
      If you expect a daily mail (using `--notify-level 3`) you can always be sure that `acme.sh` has ran successfully before. You can also tick the `acme.sh` checkbox in the daily operational report of your enterprise. ;)
      9b564431
  12. 12 Jun, 2019 1 commit
  13. 11 Jun, 2019 3 commits
  14. 10 Jun, 2019 4 commits
  15. 07 Jun, 2019 1 commit
  16. 04 Jun, 2019 1 commit
  17. 03 Jun, 2019 1 commit