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