1. 02 Dec, 2018 1 commit
  2. 15 Mar, 2018 1 commit
  3. 16 Jan, 2018 2 commits
  4. 06 Jan, 2018 2 commits
  5. 16 Apr, 2017 1 commit
  6. 11 Apr, 2017 2 commits
  7. 13 Jan, 2017 1 commit
    • Bastian Bittorf's avatar
      shellcheck: fix several occurences of SC2034 · 3ca93f4a
      Bastian Bittorf authored
      
      
      message:
      SC2034: $VARNAME appears unused. Verify it or export it.
      
      most of these are related to the style:
      we generate global vars, which are used in other functions.
      
      the var "lexical_url" was really unused (left it as comment)
      
      the travis-check now does not need anymore special flags.
      Signed-off-by: default avatarBastian Bittorf <bb@npl.de>
      3ca93f4a
  8. 27 Dec, 2016 1 commit
  9. 14 Dec, 2016 1 commit
  10. 07 Dec, 2016 2 commits
  11. 06 Dec, 2016 2 commits
  12. 16 Nov, 2016 2 commits
  13. 12 Nov, 2016 1 commit
  14. 11 Nov, 2016 2 commits
  15. 09 Nov, 2016 1 commit
  16. 25 Oct, 2016 1 commit
  17. 30 Sep, 2016 1 commit
  18. 22 Sep, 2016 1 commit
    • neil's avatar
      fix cf · cfdaff5a
      neil authored
      cfdaff5a
  19. 10 Aug, 2016 1 commit
  20. 21 May, 2016 1 commit
  21. 07 May, 2016 1 commit
  22. 27 Apr, 2016 1 commit
  23. 17 Apr, 2016 2 commits
  24. 16 Apr, 2016 4 commits
  25. 09 Apr, 2016 1 commit
    • neil's avatar
      le.sh v2.0.0 · a63b05a9
      neil authored
      1. Unix-like command api
      2. 100% compatible with le.sh 1.x command api.
      3. Support different webroot for each domain in the same cert.
      ```
      le.sh  --issue  -d a.com  -w /wwwroot/a.com  -d b.com -w /wwwroot/b.com
      ```
      4. Support different authentication methods for each domain in the same cert. Hybrid usage:
      ```
      le.sh  --issue  -d a.com -w /wwwroot/a.com  -d  b.com -dns dns-cf
      ```
      
      5. Two different debug levels to provide useful debug info. `--debug`  or `--debug 2`
      6. Support to install `fullchain.cer` after renewal.
      7. Better performance.
      a63b05a9
  26. 29 Feb, 2016 2 commits
  27. 31 Jan, 2016 1 commit
  28. 30 Jan, 2016 1 commit