Commit Graph

5028 Commits (5a51454d136bb23eeb7d7fa6ca20bed00bfde7fd)
 

Author SHA1 Message Date
Neil 9e6c420872 add example for ecc certificate 9 years ago
neil cbb5f7ec5c minor, remove space 9 years ago
neil 7bd9a3b17a typo 9 years ago
Neil 2dd02b8d1e AWS Route 53 9 years ago
kaklakariada f77f8d2320 Merge remote-tracking branch 'remotes/Neilpang/master' 9 years ago
kaklakariada 618837522f Merge branch 'master' of https://github.com/kaklakariada/le 9 years ago
kaklakariada 2fa8a45e11 Merge branch 'Neilpang/master' 9 years ago
Neil 54f473d826 support pfsense 9 years ago
neil 7203a1c1a0 fix compatible, 'sed -i' is not supported be freeBSD 9 years ago
neil 44df296707 fix compatible for pfsense. 9 years ago
neil 1ad65f7d78 fix compatible to pfsense. use "-config" for single domain to override the default openssl config file. 9 years ago
Neil 6425835067 Merge pull request #90 from Fabian-Gruenbichler/update_initconf
Update initconf
9 years ago
Fabian Grünbichler 3d49985af8 update _initconf proper " escaping 9 years ago
Fabian Grünbichler 5fd3f21b1f update _initconf with ACCOUNT_KEY_PATH 9 years ago
neil b86869a0a4 minor, fix blank line 9 years ago
neil 6dfaaa702c minor, use "echo" for more compatible 9 years ago
neil 4c3b360886 minor 9 years ago
neil 48a8e6e64b minor, just more checks 9 years ago
neil f8029e2e75 minor 9 years ago
neil cd441d4520 Merge branch 'refs/heads/pr/87' 9 years ago
kaklakariada 3241890bec Merge remote-tracking branch 'refs/remotes/Neilpang/master' 9 years ago
theit8514 eef38fccfe Modified code for Le_ReloadCmd 9 years ago
theit8514 ea455f7352 Add post-renew hook for executing commands when certificate was renewed successfully. 9 years ago
neil d6863a09a6 minor, uncomment the conf values 9 years ago
Neil 2400e41fbc example 9 years ago
Neil 840d59bab5 Merge pull request #86 from kaklakariada/fix-typo
Fix typo: Geting -> Getting
9 years ago
kaklakariada b5ec3615d0 Fix typo: Geting -> Getting 9 years ago
neil 0d11bd5cb9 Merge branch 'master' of https://github.com/Neilpang/le 9 years ago
neil c4e1faa481 minor: eval reload command 9 years ago
Neil 84f664f36e Merge pull request #82 from BlueAnanas/fix1
Replace $@ by quoted "$@" in function selector
9 years ago
BlueAnanas 0f36bb1130 Replaced $@ by quoted "$@"
An $a without quotes is not putting quotes around expanded characters. The quotes around the server reload command get lost in the process.
9 years ago
Neil f0d0bd2518 typo 9 years ago
Neil 8b92aab7d9 typos 9 years ago
Neil a2bf1533d5 Merge pull request #81 from phanimahesh/patch-1
simplify call by using $@.    We will not add more args,  but $@ is better.  Later, we will use getopt .
9 years ago
J Phani Mahesh 60a94daee1 simplify call by using $@
$@ refers to all arguments, which is a nice way of saying $1 $2 ..., plus it doesn't need updating if we need more arguments.
9 years ago
neil d250f9c715 fix bug for cloudflare api 9 years ago
neil e6d31b4e0c minor, add debug info 9 years ago
Neil 58b138567e support FreeBSD 9 years ago
Neil 32ab35024b Merge pull request #75 from Neilpang/FreeBSD
Support FreeBSD
9 years ago
neil aa692c0e70 Support FreeBSD 9 years ago
neil 0db15ce230 more portable if bash is not in the default path. 9 years ago
neil 0f793850c6 fix uninstall crontab 9 years ago
neil f9a1b64116 remove sudo from crontab 9 years ago
Neil 18d10a9c9c Merge pull request #73 from travislee8964/master
change "openssl sha" to "openssl dgst"
9 years ago
Travis Lee 69b67e4015 change "openssl sha" to "openssl dgst" 9 years ago
neil 02c0453b71 support customized standalone server port for servers, that is behind HAProxy or load balance, default is 80. 9 years ago
neil 1add47a6b6 support ECC key, ECDSA certificate 9 years ago
neil 0f71a9fe96 Use openssl dgst -sha256 instead of openssl sha 9 years ago
Neil 084aaeb7e0 Merge pull request #69 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.
9 years ago
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.
9 years ago