From b27e5804b9671e28f37a6da7e2f1f7fa9455d24a Mon Sep 17 00:00:00 2001 From: Giles Thomas Date: Tue, 5 Feb 2019 18:43:03 +0000 Subject: [PATCH] Added change description to CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae93c5b7..ef91f1a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). when a certificate is issued. * Support for initiating (but not solving end-to-end) TLS-ALPN-01 challenges with the `acme` module. +* Don't verify the existing certificate in HTTP01Response.simple_verify, for + compatibility with the real-world ACME challenge checks. ### Changed