]> git.street.me.uk Git - andy/dehydrated.git/blame - CHANGELOG
Introduce per cert configuration directory DOMAINS_D (#242)
[andy/dehydrated.git] / CHANGELOG
CommitLineData
34c23852
LS
1# Change Log
2This file contains a log of major changes in letsencrypt.sh
3
8968604c 4## [x.x.x] - xxxx-xx-xx
41aae073 5## Changed
d5b28586 6- Config is now named `config` instead of `config.sh`!
41aae073 7- Location of domains.txt is now configurable via DOMAINS_TXT config variable
4e8f944b 8- Location of certs directory is now configurable via CERTDIR config variable
64864f5f 9- signcsr command now also outputs chain certificate
034ec30c 10- Location of account-key(s) changed
2b50c72b 11
8e77ba5e
LS
12## Added
13- Added option to add CSR-flag indicating OCSP stapling to be mandatory
ec489069 14- Initial support for configuration on per-certificate base
034ec30c
LS
15- Support for per-CA account keys and custom config for output cert directory, license, etc.
16
17## Fixed
18- letsencrypt.sh no longer stores account keys from invalid registrations
8e77ba5e 19
2b50c72b 20## [0.2.0] - 2016-05-22
8968604c
LS
21### Changed
22- PRIVATE_KEY config parameter has been renamed to ACCOUNT_KEY to avoid confusion with certificate keys
23- deploy_cert hook now also has the certificates timestamp as standalone parameter
24- Temporary files are now identifiable (template: letsencrypt.sh-XXXXXX)
42f42556 25- Private keys are now regenerated by default
8968604c
LS
26
27### Added
28- Added documentation to repository
29
30### Fixed
31- Fixed bug with uppercase names in domains.txt (script now converts everything to lowercase)
32- mktemp no longer uses the deprecated `-t` parameter.
561f0626 33- Compatibility with "pretty" json
8968604c 34
34c23852
LS
35## [0.1.0] - 2016-03-25
36### Changed
37- This is the first numbered version of letsencrypt.sh