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.
This commit is contained in:
Brad Warren
2019-10-30 15:19:38 -07:00
committed by GitHub
parent 6f711d9ae8
commit de6b56bec0
4 changed files with 40 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from certbot_apache.parser import get_aug_path
logger = logging.getLogger(__name__)
class ApacheHttp01(common.TLSSNI01):
class ApacheHttp01(common.ChallengePerformer):
"""Class that performs HTTP-01 challenges within the Apache configurator."""
CONFIG_TEMPLATE22_PRE = """\