Lukas Schauer
adef40762c
updated config example: PRIVATE_KEY is now ACCOUNT_KEY
2016-04-24 19:56:31 +02:00
Lukas Schauer
8968604caf
updated changelog
2016-04-24 19:54:33 +02:00
Lukas Schauer
8aa1a05bbe
renamed PRIVATE_KEY to ACCOUNT_KEY (as suggested in #183 )
2016-04-24 19:43:15 +02:00
Lukas Schauer
c3dbfe88d4
mktemp: use TMPDIR environment variable or use fallback to /tmp directory
2016-04-23 20:53:29 +02:00
Lukas Schauer
fa6857fe06
reenabled build status in readme
2016-04-23 20:50:31 +02:00
Lukas Schauer
f096c62d49
i hate all software.
2016-04-23 18:30:56 +02:00
Lukas Schauer
b0e2ecde5f
added timestamp parameter to deploy_cert function of example hook script (related to #156 )
2016-04-15 01:34:23 +02:00
Lukas Schauer
230ab45948
reorganized parameters for mktemp ( fixes #180 )
2016-04-14 17:32:05 +02:00
Lukas Schauer
7d0ef22239
added documentation for HOOK_CHAIN config parameter
2016-04-09 00:06:22 +02:00
Lukas Schauer
2f7da81f9b
temporarily removed build status from readme (testserver is down)
2016-04-05 20:13:13 +02:00
Lukas Schauer
75985c6a8a
make arguments to _mktemp optional ( fixes #178 )
2016-04-05 20:08:40 +02:00
Lukas Schauer
33f07fcc0b
add test and fix bug with upper-case domains ( fixes #176 )
2016-03-30 17:51:47 +02:00
Lukas Schauer
1f6a80a0c7
Make temporary files identifiable ( fixes #169 )
2016-03-30 17:51:47 +02:00
Lukas Schauer
dca25e8e45
fixed nginx example ( fixes #173 )
2016-03-28 23:08:15 +02:00
Lukas Schauer
cf80ccc5ef
Update troubleshooting.md
2016-03-27 20:34:01 +02:00
Lukas Schauer
d5c9dd65d5
added timestamp to parameters of deploy_cert hook and exported KEY_ALGO (as suggested in #156 )
2016-03-26 01:59:05 +01:00
Lukas Schauer
7838191ddf
added another api limit message to troubleshooting.md
2016-03-26 01:54:29 +01:00
Lukas Schauer
0fa381ff99
added short license information to script
2016-03-26 01:41:40 +01:00
Lukas Schauer
65a834ba3e
moved example files to docs/examples directory
2016-03-26 01:41:13 +01:00
Lukas Schauer
12c77ca51d
rearranged documentation, added basic troubleshooting guide
2016-03-26 01:36:47 +01:00
Lukas Schauer
34c238524e
added changelog
v0.1.0
2016-03-25 20:35:01 +01:00
Lukas Schauer
25178436b0
I'm too stupid to even add a donate button.
2016-03-23 16:41:18 +01:00
Lukas Schauer
98f1a7db0b
added donation button to readme
2016-03-23 16:31:32 +01:00
Lukas Schauer
2e55e0a926
Merge pull request #172 from bzed/master
...
Keep registration information as json.
2016-03-22 15:17:04 +01:00
Lukas Schauer
5c68c221c7
making shellcheck happy with some of the code again
2016-03-22 15:13:02 +01:00
Lukas Schauer
f21f7202cc
Merge pull request #165 from bahamat/portability
...
Use of 'grep -o' doesn't work on SunOS (fixes #164 )
2016-03-22 15:00:33 +01:00
Bernd Zeimetz
d1e573c037
Keep registration information as json.
...
In some cases you need your registration id,
for example if you want to request a rate limit exception.
So keep the new-reg output on disk.
2016-03-22 14:04:56 +01:00
Brian Bennett
4b8883b47a
Use of 'grep -o' doesn't work on SunOS ( fixes #164 )
2016-03-19 08:29:54 -07:00
Lukas Schauer
bfeb21ad30
Merge pull request #157 from lschuermann/master
...
Add hook for unchanged certificates.
2016-03-19 13:55:28 +01:00
lschuermann
dd33de59d8
Change unchanged-certificate message.
2016-03-19 09:07:47 +01:00
Lukas Schauer
b9ce2c431f
Merge pull request #167 from maxisme/patch-1
...
Example of DNS record
2016-03-18 15:25:40 +01:00
Maximilian Mitchell
f6a56a3605
Example of DNS record
...
It took me quite a long time to work out the format the DNS record needed to be in. So I have made it crystal clear here.
2016-03-15 00:53:03 +00:00
Lukas Schauer
429c5250ed
Merge pull request #151 from beelbrecht/spaces_in_configpath
...
allow spaces in path to additional configuration file
2016-03-09 21:45:17 +01:00
Lukas Schauer
80850767bc
removed duplicated io handles
2016-03-08 22:05:32 +01:00
Lukas Schauer
c52248d194
Merge pull request #159 from PeterDaveHello/patch-2
...
[doc] Update README.md
2016-03-08 22:03:04 +01:00
Peter Dave Hello
dc40813cca
Update README.md
2016-03-02 23:40:03 +08:00
lschuermann
64b23e7a07
Edit test according to unchanged-certificate hook.
2016-03-01 22:41:37 +01:00
lschuermann
705fb54e92
Add hook for unchanged certificates.
2016-03-01 22:29:15 +01:00
Benjamin Albrecht
e2d8bfa4c3
allow spaces in path to additional configuration file
2016-02-21 01:41:53 +01:00
Lukas Schauer
2099c77fee
no longer use stdin for domain-list (should fix #149 , replaces #113 )
2016-02-20 22:20:40 +01:00
Lukas Schauer
63a4937658
Merge pull request #141 from fancycode/null_glob
...
Handle case where no files to cleanup exist.
2016-02-18 11:08:01 +01:00
Joachim Bauch
ac2d8303f1
Handle case where no files to cleanup exists.
...
This fixes cases where "*.foo" expands to the string "*.foo" if no matching files exist.
2016-02-18 09:36:52 +01:00
Lukas Schauer
669185a0d6
Merge pull request #144 from o1oo11oo/pass_chainfile_to_hook
...
Pass intermediate cert to hook script
2016-02-17 23:04:58 +01:00
o1oo11oo
142b92f1c8
Add hook.sh to .gitignore
2016-02-17 22:26:19 +01:00
o1oo11oo
ef3144483e
Pass intermediate cert to hook script
2016-02-17 22:25:44 +01:00
Lukas Schauer
75be937a8f
allow spaces in path to hook-script ( fixes #142 )
2016-02-17 19:00:33 +01:00
Lukas Schauer
898e75f29d
Merge pull request #143 from rumpelsepp/master
...
Use /usr/bin/env bash shebang
2016-02-17 18:56:39 +01:00
Stefan Tatschner
1561e9fc6d
Use /usr/bin/env bash shebang
...
On FreeBSD bash is installed in /usr/local/bin; this patch
alters the shebang to use /usr/bin/env bash instead, to ensure
that the shell scripts work on (particularly) the *BSDs as well.
2016-02-17 15:53:11 +01:00
Lukas Schauer
f6e6c1f173
Merge pull request #139 from fancycode/cleanup_skip_non_folders
...
Skip non-folder entries on cleanup.
2016-02-16 17:06:55 +01:00
Joachim Bauch
f9430025bc
Skip non-folder entries on cleanup.
2016-02-16 16:53:47 +01:00