agate

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

commit b2d571de6b9ee823d8e6b3f7f2e3aada6d5ceb42
parent 4c2d33491d5df8744a202c9f170a1d7ca1bd4af4
Author: Johann150 <johann.galle@protonmail.com>
Date:   Tue, 23 Mar 2021 23:29:50 +0100

add pull request number to CHANGELOG

Diffstat:
MCHANGELOG.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -8,7 +8,7 @@ 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. +* The ability to specify a certificate and key with `--cert` and `--key` respectively has been replaced with the `--certs` option. (#40) 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.