Commit Graph

309 Commits

Author SHA1 Message Date
nytral f58e83ee87 READMEs edit 2016-11-06 16:52:43 +01:00
neil 3c33cdfa3d Update README.md 2016-11-03 19:19:51 +08:00
neil 5961d44339 Update README.md 2016-10-30 17:26:00 +08:00
neil fb3be8509d Add gentoo linux 2016-10-29 22:59:53 +08:00
Peter Lyons caa2e45a8c use RFC2606 example.com domain in docs (#327)
https://www.rfc-editor.org/rfc/rfc2606.txt
2016-10-13 10:14:36 +08:00
neil 483ebc8141 Update README.md 2016-10-09 22:17:45 +08:00
Maxim Zalysin d6f0c2b52b Add support PowerDNS API (#322)
* Add support PowerDNS API

* Small fixes
2016-10-09 21:56:04 +08:00
neil d2ae7e78ef 60 days 2016-10-04 21:17:19 +08:00
neil fe04faf675 Add Chinese link 2016-09-30 21:27:23 +08:00
neil 59649e9b1e support --auto-upgrade 2016-09-28 22:11:00 +08:00
neil 150e9c8a48 Update README.md 2016-09-27 22:03:42 +08:00
neil 8371b030cf Issue a cert from existing CSR 2016-08-27 14:00:26 +08:00
neil df1c9d88a8 Update README.md 2016-08-25 22:13:34 +08:00
neil 36246ad9ac Add OVH, kimsufi, soyoustart and runabove api 2016-08-25 13:10:13 +08:00
neil d4d1f0f4a9 Add donate list 2016-08-23 23:16:19 +08:00
neil 527dd31c70 Support SunOS, Solaris 2016-08-11 13:47:38 +08:00
neil 30de13b4df support Godaddy domaain api 2016-07-29 18:07:16 +08:00
Tim O'Brien 3ad08e9515 Changed _stat exit code, added line return, added README link to wiki 2016-07-25 11:07:34 -07:00
neil fa989a554d Update README.md 2016-07-16 21:57:29 +08:00
neil e22bcf7cb4 support tls (#215)
* support tls-sni-01
'--tls'  and '--tlsport'

* fix tls doc
2016-06-17 13:23:44 +08:00
neil 199067e8ab add Mageia status 2016-06-05 19:53:22 +08:00
neil 39c8f79f3e add '--httpport' for servers that is behind a reverse proxy or load balancer 2016-05-29 14:08:39 +08:00
neil 4e1f39cdec Update README.md 2016-05-14 19:47:03 +08:00
neil 2ed01ff040 lexicon dns api: (DigitalOcean, DNSimple, DnsMadeEasy, DNSPark, EasyDNS, Namesilo, NS1, PointHQ, Rage4 and Vultr etc.) 2016-05-08 18:29:30 +08:00
neil 990d46d659 Update README.md 2016-04-25 13:49:02 +08:00
neil 620f86130c Update README.md 2016-04-25 13:48:03 +08:00
neil 2b3fc6656c Update README.md 2016-04-24 23:10:54 +08:00
Jens Kubieziel 5bdad8448c Fix some typos 2016-04-24 10:50:09 +00:00
neil 63c6a3b089 Support OpenBSD 2016-04-24 13:57:50 +08:00
neil d9ded9f3f3 Update README.md 2016-04-21 21:43:28 +08:00
neil 1f60d2bbb4 Update README.md 2016-04-21 21:12:48 +08:00
neil daf5650445 Update README.md 2016-04-21 21:09:08 +08:00
neil 998c92d57e Update README.md 2016-04-20 22:38:26 +08:00
neil 6de38fbf08 sh 2016-04-19 23:42:10 +08:00
neil c191ab7c07 Update README.md 2016-04-17 12:02:36 +08:00
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