]> git.street.me.uk Git - andy/dehydrated.git/blob - CHANGELOG
whitelist handlers for example hook (fixes #348)
[andy/dehydrated.git] / CHANGELOG
1 # Change Log
2 This file contains a log of major changes in dehydrated
3
4 ## [x.x.x] - xxxx-xx-xx
5 ## Changed
6 - dehydrated now asks you to read and accept the CAs terms of service before creating an account
7 - Skip challenges for already validated domains
8 - Removed need for some special commands (BusyBox compatibility)
9 - Exported a few more variables for use in hook-scripts
10 - fullchain.pem now actually contains the full chain instead of just the certificate with an intermediate cert
11
12 ## Added
13 - Added private-key rollover functionality
14 - Added `--lock-suffix` option for allowing parallel execution
15 - Added `invalid_challenge` hook
16 - Added `request_failure` hook
17 - Added `exit_hook` hook
18 - Added standalone `register` command
19
20 ## [0.3.1] - 2016-09-13
21 ## Changed
22 - Renamed project to `dehydrated`.
23 - Default WELLKNOWN location is now `/var/www/dehydrated`
24 - Config location is renamed to `dehydrated` (e.g. `/etc/dehydrated`)
25
26 ## [0.3.0] - 2016-09-07
27 ## Changed
28 - Config is now named `config` instead of `config.sh`!
29 - Location of domains.txt is now configurable via DOMAINS_TXT config variable
30 - Location of certs directory is now configurable via CERTDIR config variable
31 - signcsr command now also outputs chain certificate if --full-chain/-fc is set
32 - Location of account-key(s) changed
33 - Default WELLKNOWN location is now `/var/www/letsencrypt`
34 - New version of Let's Encrypt Subscriber Agreement
35
36 ## Added
37 - Added option to add CSR-flag indicating OCSP stapling to be mandatory
38 - Initial support for configuration on per-certificate base
39 - Support for per-CA account keys and custom config for output cert directory, license, etc.
40 - Added option to select IP version of name to address resolution
41 - Added option to run letsencrypt.sh without locks
42
43 ## Fixed
44 - letsencrypt.sh no longer stores account keys from invalid registrations
45
46 ## [0.2.0] - 2016-05-22
47 ### Changed
48 - PRIVATE_KEY config parameter has been renamed to ACCOUNT_KEY to avoid confusion with certificate keys
49 - deploy_cert hook now also has the certificates timestamp as standalone parameter
50 - Temporary files are now identifiable (template: letsencrypt.sh-XXXXXX)
51 - Private keys are now regenerated by default
52
53 ### Added
54 - Added documentation to repository
55
56 ### Fixed
57 - Fixed bug with uppercase names in domains.txt (script now converts everything to lowercase)
58 - mktemp no longer uses the deprecated `-t` parameter.
59 - Compatibility with "pretty" json
60
61 ## [0.1.0] - 2016-03-25
62 ### Changed
63 - This is the first numbered version of letsencrypt.sh