From 50607eb0ff4279f3395231f3c6f35586d21557f3 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 25 Mar 2019 15:57:53 -0700 Subject: [PATCH] Document dropped tls-sni-01 support in plugins. (#6884) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc34634ac..3617c0e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Changed -* +* Support for TLS-SNI-01 has been removed from all official Certbot plugins. ### Fixed @@ -24,6 +24,8 @@ all Certbot components during releases for the time being, however, the only package with changes other than its version number was: * certbot +* certbot-apache +* certbot-nginx More details about these changes can be found on our GitHub repo.