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-11-12 01:04:26 +0300
committerAdrien Ferrand <adferrand@users.noreply.github.com>2019-11-12 01:04:26 +0300
commit641b60b8f09ec805b72cf5c23bdc73b71052f5f2 (patch)
tree6dd1dc099aed24f919b08b53308f5f45aabb2182 /CHANGELOG.md
parentd290fe464ed2304293fbb39c5ae33aa1e60e462a (diff)
Remove TLS-SNI objects in ACME (#7535)
* fixes #7214 * update changelog * remove unused import
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 826a59dd2..7806b2ffe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* Certbot's `config_changes` subcommand has been removed
* `certbot.plugins.common.TLSSNI01` has been removed.
+* Deprecated attributes related to the TLS-SNI-01 challenge in
+ `acme.challenges` and `acme.standalone`
+ have been removed.
* The functions `certbot.client.view_config_changes`,
`certbot.main.config_changes`,
`certbot.plugins.common.Installer.view_config_changes`,