mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
update changelog
This commit is contained in:
parent
424bed7861
commit
564424702a
1 changed files with 8 additions and 0 deletions
|
|
@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
* The ability to specify a certificate and key with `--cert` and `--key` respectively has been replaced with the `--certs` option.
|
||||
Certificates are now stored in a special directory. To migrate to this version, the keys should be stored in the `.certificates` directory (or any other directory you specify).
|
||||
This enables us to use multiple certificates for multiple domains.
|
||||
|
||||
### Fixed
|
||||
* Agate now requires the use of SNI by any connecting client.
|
||||
|
||||
## [2.5.3] - 2021-02-27
|
||||
Thank you to @littleli and @06kellyjac for contributing to this release.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue