mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 00:35:03 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user