From 564424702a456b8cc080656c8c3702115059cb0b Mon Sep 17 00:00:00 2001 From: Johann150 Date: Wed, 3 Mar 2021 19:51:16 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d864131..00e85d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.