Lukas Schauer
047ba60d0d
updated date in license file
...
really early for this change
2016-09-13 20:39:10 +02:00
Lukas Schauer
b95b15cad6
update readme with explanation why this project was renamed
2016-09-13 20:15:30 +02:00
Lukas Schauer
ec49a4433b
fixed a few things after project rename
v0.3.1
2016-09-13 20:00:43 +02:00
Lukas Schauer
0ae567aced
Update CHANGELOG
2016-09-13 19:55:34 +02:00
Lukas Schauer
6c12f97b9f
readme fix
2016-09-13 19:53:43 +02:00
Lukas Schauer
64e35463cb
renamed project to dehydrated and main script to dehydrated.sh
2016-09-13 19:48:27 +02:00
Lukas Schauer
992beecbdb
release v0.3.0
v0.3.0
2016-09-07 21:20:28 +02:00
leonklingele
6192b33ac2
ECDSA is supported since February 10, 2016 ( #260 )
...
Let's Encrypt will however sign all ECDSA certs with an RSA intermediate certificate.
https://letsencrypt.org/upcoming-features/
2016-08-22 15:40:37 +02:00
leonklingele
47602dea04
Update staging doc: Let's Encrypt is no longer in beta. ( #259 )
2016-08-22 15:38:29 +02:00
leonklingele
3a66a7f8d2
Fix default license help text in example config ( #254 )
2016-08-06 15:32:53 +02:00
Lukas Schauer
624ce4436a
updated readme
2016-08-04 00:11:08 +02:00
Lukas Schauer
d81eb58536
Only print full chain on signcsr command if --full-chain/-fc is set (related to #150 )
2016-08-04 00:11:02 +02:00
BtbN
117d5d6228
Echo newline after error details
2016-08-03 23:50:59 +02:00
BtbN
34565c193d
Add support for --keep-going in cron mode
...
Fixes #154
2016-08-03 23:50:59 +02:00
Lukas Schauer
ca0249c46c
Update staging.md
2016-08-03 23:47:57 +02:00
Lukas Schauer
afabfff06e
updated url to letsencrypt license agreement
2016-08-01 20:35:46 +02:00
Lukas Schauer
bd9cc5b0c4
Added option to run letsencrypt.sh without locks
...
This should only be used when letsencrypt.sh is under control by a
different script which makes sure that no two processes are touching the
same files.
2016-07-21 12:34:40 +02:00
Lukas Schauer
194464b04b
Default WELLKNOWN location is now /var/www/letsencrypt
...
With this change private and public files are now separated by default.
2016-07-20 17:04:25 +02:00
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