mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
DNS plugins: fix whitespace issue in authenticator pydoc (#4699)
This commit is contained in:
committed by
Brad Warren
parent
c2b24702b7
commit
c3434bac26
@@ -16,7 +16,7 @@ ACCOUNT_URL = 'https://www.cloudflare.com/a/account/my-account'
|
||||
@zope.interface.implementer(interfaces.IAuthenticator)
|
||||
@zope.interface.provider(interfaces.IPluginFactory)
|
||||
class Authenticator(dns_common.DNSAuthenticator):
|
||||
"""DNS Authenticator for Cloudflare
|
||||
"""DNS Authenticator for Cloudflare
|
||||
|
||||
This Authenticator uses the Cloudflare API to fulfill a dns-01 challenge.
|
||||
"""
|
||||
|
||||
@@ -14,7 +14,7 @@ logger = logging.getLogger(__name__)
|
||||
@zope.interface.implementer(interfaces.IAuthenticator)
|
||||
@zope.interface.provider(interfaces.IPluginFactory)
|
||||
class Authenticator(dns_common.DNSAuthenticator):
|
||||
"""DNS Authenticator for DigitalOcean
|
||||
"""DNS Authenticator for DigitalOcean
|
||||
|
||||
This Authenticator uses the DigitalOcean API to fulfill a dns-01 challenge.
|
||||
"""
|
||||
|
||||
@@ -20,7 +20,7 @@ PERMISSIONS_URL = 'https://cloud.google.com/dns/access-control#permissions_and_r
|
||||
@zope.interface.implementer(interfaces.IAuthenticator)
|
||||
@zope.interface.provider(interfaces.IPluginFactory)
|
||||
class Authenticator(dns_common.DNSAuthenticator):
|
||||
"""DNS Authenticator for Google Cloud DNS
|
||||
"""DNS Authenticator for Google Cloud DNS
|
||||
|
||||
This Authenticator uses the Google Cloud DNS API to fulfill a dns-01 challenge.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user