1. 29 Apr, 2019 1 commit
  2. 15 Oct, 2018 1 commit
    • Ephen's avatar
      cloudxns.net · 9f6f721a
      Ephen authored
      cloudxns.net is the main domain.
      9f6f721a
  3. 14 Feb, 2018 1 commit
  4. 13 Feb, 2018 2 commits
  5. 11 Mar, 2017 1 commit
  6. 31 Jan, 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. 04 Dec, 2016 6 commits
  11. 12 Nov, 2016 1 commit
  12. 11 Nov, 2016 3 commits
  13. 09 Nov, 2016 1 commit
  14. 25 Oct, 2016 1 commit
  15. 30 Sep, 2016 1 commit
  16. 10 Aug, 2016 1 commit
  17. 05 Aug, 2016 1 commit
  18. 23 May, 2016 1 commit
    • neil's avatar
      minor. · bb276fc9
      neil authored
      bb276fc9
  19. 08 May, 2016 1 commit
  20. 07 May, 2016 1 commit
  21. 27 Apr, 2016 1 commit
  22. 24 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. 07 Feb, 2016 1 commit
  27. 06 Feb, 2016 1 commit
    • neil's avatar
      typos · 65785b5f
      neil authored
      65785b5f