chkhanu
364bcccf74
Added option to select IP version of name to address resolution ( #231 )
2016-07-20 16:49:04 +02:00
Martin Schut
44aca90cd7
Introduce per cert configuration directory DOMAINS_D ( #242 )
2016-07-13 13:23:15 +02:00
Lukas Schauer
2042b177c7
modified lighttpd example config
2016-06-10 23:41:59 +02:00
Domen Puncer Kugler
ae98ff6767
Add Lighttpd example to wellknown.md ( #224 )
2016-06-08 01:49:50 +02:00
Lukas Schauer
194d543fa1
removed ACCOUNT_KEY and ACCOUNT_KEY_JSON from example config
2016-06-04 11:12:30 +02:00
Christian Tacke
df292dece2
Include method and URL in curl error ( #214 )
...
In case curl gives an error, it's helpful to know the URL
being tried and the method. In the GET case, one can easily
retry in the shell and debug this.
2016-06-04 04:15:16 +02:00
Lukas Schauer
f4138efab9
changed dependency check for diff to be compatible with openbsd diff ( fixes #219 )
2016-06-04 04:12:21 +02:00
Lukas Schauer
034ec30c7d
added multi-account support ( fixes #92 , #163 )
2016-06-04 04:01:24 +02:00
Lukas Schauer
ec48906992
initial support for configuration on per-certificate base ( #105 )
2016-05-26 17:11:42 +02:00
Lukas Schauer
64864f5fa6
added signcsr change to CHANGELOG
2016-05-26 16:04:01 +02:00
Lukas Schauer
620c7eb23e
output CA cert for signcsr command ( fixes #150 )
2016-05-26 15:44:59 +02:00
Lukas Schauer
4e8f944b72
added CERTDIR change to CHANGELOG
2016-05-26 15:06:07 +02:00
Lukas Schauer
8e77ba5e02
added option to set csr-flag indicating ocsp stapling to be mandatory
2016-05-26 15:02:23 +02:00
Alex Macleod
0d8b928923
Check that the detected config is a file ( #211 )
2016-05-26 15:02:15 +02:00
Alex Macleod
785ffa5539
Make certificate output location configurable ( #210 )
2016-05-26 14:53:01 +02:00
Lukas Schauer
d5b285868e
renamed "config.sh" to "config"
2016-05-22 22:34:28 +02:00
Daniel Beyer
722430039b
Remove unneded shebang for config.sh.example
2016-05-22 22:25:14 +02:00
Lukas Schauer
41aae07343
Update CHANGELOG
2016-05-22 18:50:17 +02:00
Daniel Beyer
a3e5ed361b
Make location of domains.txt configurable ( #204 )
...
This is implemented by defining ${DOMAINS_TXT} in config.sh. If not
set in config.sh, it defaults to the previously (hard-coded) location,
which is ${BASEDIR}/domains.txt.
2016-05-22 18:49:17 +02:00
Lukas Schauer
2b50c72b75
release version 0.2.0
v0.2.0
2016-05-22 16:10:12 +02:00
Lukas Schauer
561f0626b8
compatibility with "pretty" json ( fixes #202 )
2016-05-18 12:19:48 +02:00
Lukas Schauer
969bebef95
updated docs/wellknown.md
2016-05-16 12:22:42 +02:00
Lukas Schauer
77f114f09a
Merge pull request #201 from glensc/patch-1
...
Update wellknown.md
2016-05-16 11:36:22 +02:00
Elan Ruusamäe
f0a92dfa59
Update wellknown.md
...
apache config that would work for 1.3, 2.0, 2.2 and 2.4
2016-05-14 20:19:19 +03:00
Lukas Schauer
a2867410ca
fixed tests
2016-05-10 22:18:10 +02:00
Lukas Schauer
42f4255693
Updated changelog
2016-05-10 22:16:35 +02:00
Lukas Schauer
e608dc2ba8
Renew private key by default, but keep option to disable this feature
2016-05-10 22:14:23 +02:00
Lukas Schauer
af2bc7a94f
Revert "Removed option to reuse old private keys." (useful for HKPK, see #195 )
...
This reverts commit 4dc9953319 .
2016-05-10 22:11:57 +02:00
Lukas Schauer
4dc9953319
Removed option to reuse old private keys.
...
I have no idea why I thought reusing the keys would be a good idea
when I first started this...
2016-05-08 15:57:15 +02:00
Lukas Schauer
a7c6af6895
removed donation button
2016-04-27 23:24:58 +02:00
Lukas Schauer
1ad2f8743d
Merge pull request #184 from gboudrias/master
...
wellknown.md: Clarify WELLKNOWN variable
2016-04-26 22:02:43 +02:00
Guillaume Boudrias
c9c430b887
Update wellknown.md
2016-04-26 15:18:45 -04:00
Guillaume Boudrias
bfbfb7913c
wellknown.md: Clarify WELLKNOWN variable
2016-04-26 14:07:54 -04:00
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