From b2d571de6b9ee823d8e6b3f7f2e3aada6d5ceb42 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Tue, 23 Mar 2021 23:29:50 +0100 Subject: [PATCH] add pull request number to CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 649373b..d37526b 100644 --- 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.