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