agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit 564424702a456b8cc080656c8c3702115059cb0b
parent 424bed7861c44150795e5d96366718c5d55f1ca4
Author: Johann150 <johann.galle@protonmail.com>
Date:   Wed,  3 Mar 2021 19:51:16 +0100

update changelog

Diffstat:
MCHANGELOG.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git 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.