Remove references to TLS-SNI-01 outside of ACME (#7479)

This is a big part of #7214. It removes all references to TLS-SNI-01 outside of acme (and pytest.ini). Those changes will come in a subsequent PR. I thought this one was getting big enough.

* Remove references to TLS-SNI-01 in Apache plugin

* Remove references to TLS-SNI-01 from certbot-nginx

* Remove references to TLS-SNI from Certbot.

* Remove TLS-SNI reference from docs

* add certbot changelog

* Clarify test behavior
This commit is contained in:
Brad Warren
2019-10-31 10:17:29 -07:00
committed by GitHub
parent 9796128fee
commit 63d673a3e0
15 changed files with 64 additions and 113 deletions
+3
View File
@@ -22,6 +22,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
google-api-python-client and oauth2client.
* certbot.plugins.common.TLSSNI01 has been deprecated and will be removed in a
future release.
* CLI flags --tls-sni-01-port and --tls-sni-01-address have been removed.
* The values tls-sni and tls-sni-01 for the --preferred-challenges flag are no
longer accepted.
### Fixed