Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiles Thomas <giles@giles.net>2019-02-05 21:43:03 +0300
committerGitHub <noreply@github.com>2019-02-05 21:43:03 +0300
commitb27e5804b9671e28f37a6da7e2f1f7fa9455d24a (patch)
treef2449fe4aaa85eabc65c5e850954b07ac97fe773
parent4ca03aec8db9d83550c8b61c1b7e4dc41c8d7766 (diff)
Added change description to CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
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