forked from TrueCloudLab/lego
Add a changelog
This commit is contained in:
parent
c2630f8eb7
commit
365bbf3166
1 changed files with 20 additions and 0 deletions
20
CHANGELOG.md
Normal file
20
CHANGELOG.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Changelog
|
||||
|
||||
## [0.1.1] - 2015-12-18
|
||||
|
||||
### Added:
|
||||
- CLI: Added a way to automate renewal through a cronjob using the --days parameter to renew
|
||||
|
||||
### Changed:
|
||||
- lib: Improved log output on challenge failures.
|
||||
|
||||
### Fixed:
|
||||
- CLI: The short parameter for domains would not get accepted
|
||||
- CLI: The cli did not return proper exit codes on error library errors.
|
||||
- lib: RenewCertificate did not properly renew SAN certificates.
|
||||
|
||||
### Security
|
||||
- lib: Fix possible DOS on GetOCSPForCert
|
||||
|
||||
## [0.1.0] - 2015-12-03
|
||||
- Initial release
|
Loading…
Reference in a new issue