Remove remaining "DVSNI" wording, changing it to reference TLS-SNI-01, which it changed into. Close #1417.

Also make _get_addrs() private, since it's called only internally.
This commit is contained in:
Erik Rose
2015-11-19 13:23:07 -05:00
parent c3e1f1cf65
commit 9205b9c987
13 changed files with 98 additions and 93 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 authenticators"""
def __init__(self, configurator):
self.configurator = configurator