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:
authorBrad Warren <bmw@users.noreply.github.com>2019-10-31 01:19:38 +0300
committerGitHub <noreply@github.com>2019-10-31 01:19:38 +0300
commitde6b56bec02881d5a63173aedb670b24d847f72d (patch)
tree772d537599d970935d34af9be3fc2fe6d863d996 /CHANGELOG.md
parent6f711d9ae8b266e418cd44882bc0d3a5c9d13437 (diff)
Deprecate certbot.plugins.common.TLSSNI01 (#7477)
While working on #7214, I noticed that certbot.plugins.common.TLSSNI01 wasn't printing a deprecation warning and it was still being used in our Apache plugin. This PR fixes that.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 398b2e07b..f6c5ce34a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* Updated certbot-dns-google to depend on newer versions of
google-api-python-client and oauth2client.
* Migrated CentOS 6 certbot-auto users from Python 3.4 to Python 3.6.
+* certbot.plugins.common.TLSSNI01 has been deprecated and will be removed in a
+ future release.
### Fixed