5792 Commits (ari)
 

Author SHA1 Message Date
neil e6d31b4e0c minor, add debug info
Neil 58b138567e support FreeBSD
Neil 32ab35024b Merge pull request from Neilpang/FreeBSD
Support FreeBSD
neil aa692c0e70 Support FreeBSD
neil 0db15ce230 more portable if bash is not in the default path.
neil 0f793850c6 fix uninstall crontab
neil f9a1b64116 remove sudo from crontab
Neil 18d10a9c9c Merge pull request from travislee8964/master
change "openssl sha" to "openssl dgst"
Travis Lee 69b67e4015 change "openssl sha" to "openssl dgst"
neil 02c0453b71 support customized standalone server port for servers, that is behind HAProxy or load balance, default is 80.
neil 1add47a6b6 support ECC key, ECDSA certificate
neil 0f71a9fe96 Use openssl dgst -sha256 instead of openssl sha
Neil 084aaeb7e0 Merge pull request from heldchen/patch-1
renew() should return the function result code of issue()


Thanks for you fix. I just merged it.

An suggestion:  If you want to do something after a success renewal,  you can use the "Le_ReloadCmd" option.

In which you can write any valid bash command, that will be executed after renewal.
Thomas 2c06a14d19 renew() should return the function result code of issue()
currently the renew function does always return 0 even when the cert issuing failed. for now just return the function return code of issue(). 

maybe an additional offset (like +100) should be added to distinguish the issue error codes from the renew error codes.
neil 86c9e55ca2 fix doc error
neil 855d949985 fix links
neil a1f0fb3eae fix link
neil 39c6df299c readme for using api
neil 0809486529 support cloudxns.com api
neil ce56c1bbfc generate default sample account.conf for the first time install
neil b47723adbb minor, renewAll skip 'dnsapi' folder.
neil 65785b5fef typos
neil 7e3cbb4661 fix issue, decode the error message.
Neil 03bf3c2da1 support dnspod.cn api
neil 876df8567a Merge branch 'master' of https://github.com/Neilpang/le
neil 9773342ad1 support dnspod.cn api
Neil 84e96d3f37 Merge pull request from dawsonbotsford/master
typos
Dawson Botsford 18ab2c5c5b Manual spacing fix
dawsonbotsford d0064bc30e Spelling correction automated from the Spelling Bee
Neil 36d5db158a typos
Neil 4e76098bdc Support Windows
neil 94917d1e0b load account.conf at a earlier time, so that "STAGE" macro can be placed in the conf file.
Neil 55ce170842 remove unnecessary error message if the folder is not a domain
remove unnecessary error message if the folder is not a domain.
The error message output made the cron send mail.
Neil 9b292d584e Update README.md
Neil 6af191673c Merge pull request from Neilpang/installhome
install to home. do not write /usr/local/bin anymore.
neil b4e2604c82 info: Close and reopen your terminal to start using le
neil bf3135ef84 add alias after install
neil 4ac8d68d06 uninstall alias
neil 525997ee04 do not write /usr/loca/bin/ anymore. install to home.
Neil a925dd56b7 new usage of cloudflare api key
Neil 35ea0c8d13 Merge pull request from Neilpang/dnsapi
support account config file to save dns api key
neil b25d22b05a keep compatible
neil e9209938cb support account config file to save dns api key
Neil 1e867b3b40 Merge pull request from Neilpang/dnsapi
how to use cloudflare api and create custom api
neil ab49796192 how to use cloudflare api and create custom api
Neil bda6909d53 Merge pull request from Neilpang/dnsapi
support CloudFlare api for dns-01 challenge.
neil a28b3a653c install dnsapi
neil 0ed4c9391e sleep to wait dns record to take effect.
neil 638b9a0559 fix bugs
neil 1b5bd0e03e minor fix