lego/CHANGELOG.md

30 lines
774 B
Markdown
Raw Normal View History

2015-12-21 01:21:23 +00:00
# Changelog
2015-12-21 20:10:13 +00:00
## [Unreleased]
### Fixed:
- CLI: Fix logic using the --days parameter
2015-12-21 01:21:23 +00:00
## [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
2015-12-23 22:31:03 +00:00
- Initial release
[Unreleased]: https://github.com/xenolf/lego/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/xenolf/lego/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/xenolf/lego/tree/v0.1.0