Commit Graph

3366 Commits (c49b40ee95e28a8bac57e71001f7d65715e98063)
 

Author SHA1 Message Date
neil 65938b73e1 update doc for --home
neil 70a5587513 typo
neil 3d434e43ad minor
neil a7b7355dcf v2.0.1. Use '--home' install of env
neil 63f5d07ed7 Merge pull request from Neilpang/nc-timeout
Add nc timeout
neil 233e8a2085 kill nc
neil 770dc4b230 expose the error
neil dca09dedac kill nc process
neil 6fc1447fa6 add timeout for nc.
neil fb6d3ab285 Merge pull request from roozbehk/fixkeypath
bug, incorrect parameter for keypath
roozbehk 3ed4102a3c incorrect parameter for keypath
neil d53289d707 Save customized account.conf.
neil e8cce73a17 100% compatible from 1.x to 2.x
neil 5c917113e8 V2 help
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.
neil 6cb415f57e Support revoke cert
neil de9fd54e76 add wiki link
neil 9dfd5a9c31 Add `toPkcs` doc
neil ac2d512327 add command "toPkcs" to convert cert file to pfx file.
neil b09d597c84 fix compatible: apache before 2.4 and after 2.4
neil 615cb36029 Merge branch 'master' of https://github.com/Neilpang/le
neil 8a144f4d97 minor, remove unnecessary '/'
neil 625a899504 Merge pull request from BlueAnanas/fix2
Fix broken certificate backup in installcert when RealCACertPath == RealCertPath
neil 281aa3497f Save user's PATH for cron job.
neil df886ffa25 fix apache mode: It's not necessary to chown for apache mode.
neil c456d9543f fix httpdconfname to be the basename
BlueAnanas 78552b183b Removed redundant backup in installcert when RealCACertPath == RealCertPath
neil d62ee94019 fix issue for apache mode: fix case when the httpdconf is absolute path.
neil ed37361700 fix compatible
neil 96a46cfcd5 fix bug save the real params for renewing.
neil 399306a164 fix for Proxmox
neil b7604c0647 add Proxmox
neil ddc04a7549 CloudLinux passed.
neil 73b8b12016 use domain api in sub shell.
neil 6839de663f Merge branch 'master' of https://github.com/Neilpang/le
neil fa8311dc6e minor
neil c09dc68b27 minor, just upgrade to a new version number 1.2.1
neil 37db5b8131 uninstall without crontab.
neil 77546ea5be Force to Install without crontab.
neil 95fd753ffc Merge pull request from aaronbartell/master
Fix for parsing for IBM i v7.2
Aaron Bartell 7d91e35f5f Fix for parsing status in response
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.
neil 90dda23f33 Install online.
neil d1f97fc85f minor fix
neil 4a0f23e2ad Install online, git is not need.
neil a34bd89f95 Support Oracle Linux
neil 779e7ea0c8 Add CI status for Windows and FreeBSD
neil 6d60f28852 fix nc issue for freebsd
neil 14165e5a9b minor
neil edf08da6f3 compatible for netstat on FreeBSD
neil 50a4ef9cca minor fix