Commit Graph

174 Commits

Author SHA1 Message Date
neil
99dc89c051 v2.2.0. It's time to declare that we are sh compatible, not only bash. 2016-04-16 23:10:46 +08:00
neil
b281789777 add --certhome for --install command to save all the certs. 2016-04-16 19:05:53 +08:00
neil
0662507116 add --days only valid for -issue command. 2016-04-16 18:15:36 +08:00
neil
b5eb4b904e add --accountkey and --accountemail 2016-04-16 17:56:45 +08:00
neil
93c9216b69 update doc 2016-04-16 17:27:30 +08:00
neil
937cbf6df8 Update README.md 2016-04-15 20:45:08 +08:00
Sergei Filippov
2b45dba57c README rewrite
Refactoring the README.

Cleaned up:

- Spelling
- Grammar
- Formatting

Doing my part to help out the maintainer of this awesome tool! Thank you @neilpang
2016-04-15 22:50:40 +12:00
neil
b0515cf8c0 Install from get.acme.sh 2016-04-14 22:27:51 +08:00
neil
6cc11ffb7d rename to acme.sh 2016-04-14 21:44:26 +08:00
neil
65938b73e1 update doc for --home 2016-04-13 23:36:32 +08:00
neil
e8cce73a17 100% compatible from 1.x to 2.x 2016-04-10 12:54:01 +08: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
6cb415f57e Support revoke cert 2016-04-06 22:16:09 +08:00
neil
de9fd54e76 add wiki link 2016-04-05 22:48:33 +08:00
neil
9dfd5a9c31 Add toPkcs doc 2016-04-05 22:46:55 +08:00
neil
b7604c0647 add Proxmox 2016-03-31 23:26:31 +08:00
neil
ddc04a7549 CloudLinux passed. 2016-03-31 21:40:52 +08:00
neil
90dda23f33 Install online. 2016-03-27 20:43:32 +08:00
neil
a34bd89f95 Support Oracle Linux 2016-03-24 22:32:43 +08:00
neil
779e7ea0c8 Add CI status for Windows and FreeBSD 2016-03-23 23:26:26 +08:00
neil
d3d884c16f Test on KaLi Linux 2016-03-21 20:35:19 +08:00
neil
2f06c8507b add Archlinux CI status 2016-03-16 23:10:20 +08:00
neil
04eb75a1f7 add openSUSE CI status 2016-03-16 19:24:48 +08:00
neil
387c2eab57 add CI status 2016-03-16 00:39:37 +08:00
neil
22514bee34 add fedora 2016-03-13 19:30:47 +08:00
Neil
07f4ec4f73 Update README.md 2016-03-11 21:57:05 +08:00
Neil
0eaada6f23 support Alpine Linux 2016-03-10 23:51:52 +08:00
Neil
7559e804b2 test openSUSE 2016-03-10 22:55:33 +08:00
Neil
5434c15ec5 Update README.md 2016-03-10 21:59:41 +08:00
Neil
9e6c420872 add example for ecc certificate 2016-03-10 14:17:47 +08:00
neil
cbb5f7ec5c minor, remove space 2016-03-10 13:47:35 +08:00
neil
7bd9a3b17a typo 2016-03-10 13:42:46 +08:00
Neil
2dd02b8d1e AWS Route 53 2016-03-10 12:21:32 +08:00
Neil
54f473d826 support pfsense 2016-03-09 23:42:49 +08:00
Neil
2400e41fbc example 2016-03-07 09:52:54 +08:00
Neil
f0d0bd2518 typo 2016-03-02 22:53:36 +08:00
Neil
8b92aab7d9 typos 2016-03-02 22:53:07 +08:00
Neil
58b138567e support FreeBSD 2016-02-21 00:09:21 +08:00
neil
1add47a6b6 support ECC key, ECDSA certificate 2016-02-12 17:56:50 +08:00
neil
855d949985 fix links 2016-02-07 18:37:04 +08:00
neil
a1f0fb3eae fix link 2016-02-07 18:33:04 +08:00
neil
39c6df299c readme for using api 2016-02-07 18:29:28 +08:00
neil
0809486529 support cloudxns.com api 2016-02-07 18:26:12 +08:00
Neil
03bf3c2da1 support dnspod.cn api 2016-02-03 00:00:14 +08:00
Dawson Botsford
18ab2c5c5b Manual spacing fix 2016-02-02 00:36:43 -07:00
dawsonbotsford
d0064bc30e Spelling correction automated from the Spelling Bee 2016-02-02 00:34:56 -07:00
Neil
4e76098bdc Support Windows 2016-02-02 13:08:41 +08:00
Neil
9b292d584e Update README.md 2016-01-31 23:48:23 +08:00
Neil
a925dd56b7 new usage of cloudflare api key 2016-01-31 16:48:21 +08:00
neil
ab49796192 how to use cloudflare api and create custom api 2016-01-30 23:15:30 +08:00
Neil
7a894c4cda update usage for the new separated features 2016-01-23 23:04:42 +08:00
Neil
6e89f81139 typos 2016-01-22 00:19:54 +08:00
Neil
5263914990 Dns mode 2016-01-22 00:17:20 +08:00
Neil
a947dbc635 Support dns-01 challenge 2016-01-22 00:16:43 +08:00
Neil
63f046759e Acknowledgment 2016-01-11 13:23:02 +08:00
Neil
bcbb64e5ce explain 'no' value 2016-01-10 13:02:00 +08:00
Neil
bc1c69ff96 typos 2016-01-10 11:03:53 +08:00
neil
2c75b3fd6b usage for Apache mode 2016-01-10 10:59:51 +08:00
Neil
8172bdee87 typos 2016-01-08 21:44:32 +08:00
Neil
2c03af204e typos 2016-01-07 18:10:48 +08:00
Neil
4e1346dd1d update params 2016-01-07 18:10:05 +08:00
Neil
072290f2d3 support standalone server 2016-01-05 21:59:27 +08:00
Neil
d8069cd49a typos 2015-12-30 22:15:33 +08:00
Neil
617ec4e3f7 typos 2015-12-28 16:00:28 +08:00
Neil
d337abcab1 typos 2015-12-28 15:57:22 +08:00
Neil
acc1e53aa0 Update README.md 2015-12-27 13:52:46 +08:00
Neil
db25a3ea61 Update README.md 2015-12-27 13:50:40 +08:00
Neil
3bfb563ba4 support CentOS 2015-12-27 13:23:25 +08:00
Neil
560e5a1780 Update README.md 2015-12-27 00:35:59 +08:00
Neil
1162f82e89 Update README.md 2015-12-27 00:33:53 +08:00
Neil
969f66f735 typo 2015-12-26 22:06:11 +08:00
Neil
50925690cb typo 2015-12-26 21:55:26 +08:00
Neil
1d06c94788 typo 2015-12-26 21:47:28 +08:00
Neil
6c0ab5d2a7 Create README.md 2015-12-26 21:44:39 +08:00