Dropped deprecated flags from commands (#7482)

This pull request addresses #7451 by removing the deprecated flags.

* Dropped deprecated flags from commands

* Updated changelog for dropped flags and deleted outdated tests

* removed init-script part of apache test
This commit is contained in:
Brandon Moore
2019-11-04 09:50:57 -08:00
committed by Brad Warren
parent fffa74edb2
commit 1c05b9bd07
6 changed files with 1 additions and 24 deletions
+1
View File
@@ -26,6 +26,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* 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.
* Removed the flags: `--agree-dev-preview`, `--dialog`, and `--apache-init-script`
* acme.standalone.BaseRequestHandlerWithLogging and
acme.standalone.simple_tls_sni_01_server have been deprecated and will be
removed in a future release of the library.