]> git.street.me.uk Git - andy/dehydrated.git/blame - CHANGELOG
Output date and time when performing --cron task.
[andy/dehydrated.git] / CHANGELOG
CommitLineData
34c23852 1# Change Log
ec49a443 2This file contains a log of major changes in dehydrated
34c23852 3
8968604c 4## [x.x.x] - xxxx-xx-xx
41aae073 5## Changed
11638648
LS
6- ...
7
8## [0.4.0] - 2017-02-05
9## Changed
6a32f20e 10- dehydrated now asks you to read and accept the CAs terms of service before creating an account
0f299623
LS
11- Skip challenges for already validated domains
12- Removed need for some special commands (BusyBox compatibility)
b2376ed4 13- Exported a few more variables for use in hook-scripts
6a32f20e 14- fullchain.pem now actually contains the full chain instead of just the certificate with an intermediate cert
0f299623
LS
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
298a7e9a 21- Added `exit_hook` hook
6a32f20e 22- Added standalone `register` command
992beecb 23
64e35463
LS
24## [0.3.1] - 2016-09-13
25## Changed
ec49a443 26- Renamed project to `dehydrated`.
0ae567ac
LS
27- Default WELLKNOWN location is now `/var/www/dehydrated`
28- Config location is renamed to `dehydrated` (e.g. `/etc/dehydrated`)
64e35463 29
992beecb
LS
30## [0.3.0] - 2016-09-07
31## Changed
d5b28586 32- Config is now named `config` instead of `config.sh`!
41aae073 33- Location of domains.txt is now configurable via DOMAINS_TXT config variable
4e8f944b 34- Location of certs directory is now configurable via CERTDIR config variable
d81eb585 35- signcsr command now also outputs chain certificate if --full-chain/-fc is set
034ec30c 36- Location of account-key(s) changed
194464b0 37- Default WELLKNOWN location is now `/var/www/letsencrypt`
afabfff0 38- New version of Let's Encrypt Subscriber Agreement
2b50c72b 39
8e77ba5e
LS
40## Added
41- Added option to add CSR-flag indicating OCSP stapling to be mandatory
ec489069 42- Initial support for configuration on per-certificate base
034ec30c 43- Support for per-CA account keys and custom config for output cert directory, license, etc.
364bcccf 44- Added option to select IP version of name to address resolution
bd9cc5b0 45- Added option to run letsencrypt.sh without locks
034ec30c
LS
46
47## Fixed
48- letsencrypt.sh no longer stores account keys from invalid registrations
8e77ba5e 49
2b50c72b 50## [0.2.0] - 2016-05-22
8968604c
LS
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)
42f42556 55- Private keys are now regenerated by default
8968604c
LS
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.
561f0626 63- Compatibility with "pretty" json
8968604c 64
34c23852
LS
65## [0.1.0] - 2016-03-25
66### Changed
67- This is the first numbered version of letsencrypt.sh