Commit Graph

5 Commits

Author SHA1 Message Date
neil eccec5f6d5 fix compatible for sh. '-' is not allowed in function name. 2016-04-16 22:19:29 +08:00
Sergei Filippov fb67522324 Update dns-myapi.sh 2016-04-15 23:41:15 +12:00
neil a63b05a9e7 le.sh v2.0.0
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.
2016-04-09 23:40:59 +08:00
Neil 36d5db158a typos 2016-02-02 13:49:09 +08:00
neil ab49796192 how to use cloudflare api and create custom api 2016-01-30 23:15:30 +08:00