Commit Graph

10 Commits

Author SHA1 Message Date
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 d250f9c715 fix bug for cloudflare api 2016-02-29 22:42:26 +08:00
neil e6d31b4e0c minor, add debug info 2016-02-29 13:38:40 +08:00
neil e9209938cb support account config file to save dns api key 2016-01-31 16:30:01 +08:00
neil ab49796192 how to use cloudflare api and create custom api 2016-01-30 23:15:30 +08:00
neil 0ed4c9391e sleep to wait dns record to take effect. 2016-01-30 22:47:22 +08:00
neil 638b9a0559 fix bugs 2016-01-30 22:34:35 +08:00
neil 1b5bd0e03e minor fix 2016-01-30 22:11:09 +08:00
root 23bcf2c623 exec 2016-01-30 16:16:29 +03:00
neil 175c9decd7 init dnsapi 2016-01-30 21:00:36 +08:00