1. 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
  2. 06 Apr, 2016 1 commit
  3. 05 Apr, 2016 6 commits
  4. 04 Apr, 2016 2 commits
  5. 02 Apr, 2016 2 commits
  6. 01 Apr, 2016 1 commit
  7. 31 Mar, 2016 2 commits
  8. 30 Mar, 2016 1 commit
  9. 29 Mar, 2016 2 commits
  10. 28 Mar, 2016 1 commit
    • Aaron Bartell's avatar
      Fix for parsing status in response · 7d91e35f
      Aaron Bartell authored
      The JSON `status` attribute wasn't being parsed and that caused the rest of the process to fail.  I changed it to be like the other JSON parsing (i.e. `entry` and `token`) and it now works.
      7d91e35f
  11. 27 Mar, 2016 2 commits
  12. 23 Mar, 2016 5 commits
  13. 19 Mar, 2016 2 commits
  14. 17 Mar, 2016 1 commit
  15. 16 Mar, 2016 2 commits
  16. 15 Mar, 2016 1 commit
  17. 14 Mar, 2016 1 commit
    • neil's avatar
      minor · bac3b6b0
      neil authored
      bac3b6b0
  18. 13 Mar, 2016 7 commits