mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
Stop calling things that don't implement IAuthenticator authenticators.
This commit is contained in:
@@ -136,7 +136,7 @@ class Addr(object):
|
||||
|
||||
|
||||
class TLSSNI01(object):
|
||||
"""Abstract base for TLS-SNI-01 authenticators"""
|
||||
"""Abstract base for TLS-SNI-01 challenge performers"""
|
||||
|
||||
def __init__(self, configurator):
|
||||
self.configurator = configurator
|
||||
|
||||
Reference in New Issue
Block a user