1. 15 Feb, 2018 1 commit
  2. 01 Mar, 2017 1 commit
  3. 01 Feb, 2017 1 commit
  4. 31 Jan, 2017 5 commits
  5. 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
  6. 14 Dec, 2016 1 commit
  7. 12 Nov, 2016 1 commit
  8. 11 Nov, 2016 3 commits
  9. 09 Nov, 2016 2 commits
  10. 06 Nov, 2016 6 commits
  11. 25 Oct, 2016 1 commit
  12. 30 Sep, 2016 1 commit
  13. 22 Sep, 2016 1 commit
    • neil's avatar
      fix cf · cfdaff5a
      neil authored
      cfdaff5a
  14. 10 Aug, 2016 1 commit
  15. 21 May, 2016 1 commit
  16. 07 May, 2016 1 commit
  17. 27 Apr, 2016 1 commit
  18. 17 Apr, 2016 2 commits
  19. 16 Apr, 2016 4 commits
  20. 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
  21. 29 Feb, 2016 2 commits
  22. 31 Jan, 2016 1 commit
  23. 30 Jan, 2016 1 commit