Merge pull request #1568 from erikrose/kill-dvsni

Remove remaining "DVSNI" wording, changing it to reference TLS-SNI-01, which it changed into.
This commit is contained in:
bmw
2015-11-25 15:30:02 -05:00
17 changed files with 112 additions and 106 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ class Addr(object):
class TLSSNI01(object):
"""Class that performs tls-sni-01 challenges."""
"""Abstract base for TLS-SNI-01 challenge performers"""
def __init__(self, configurator):
self.configurator = configurator