mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Fix manual plugin __doc__ indentantion
This commit is contained in:
@@ -26,12 +26,13 @@ logger = logging.getLogger(__name__)
|
|||||||
class Authenticator(common.Plugin):
|
class Authenticator(common.Plugin):
|
||||||
"""Manual Authenticator.
|
"""Manual Authenticator.
|
||||||
|
|
||||||
This plugin requires user's manual intervention in setting up a HTTP
|
This plugin requires user's manual intervention in setting up a HTTP
|
||||||
server for solving SimpleHTTP challenges and thus does not need to be
|
server for solving SimpleHTTP challenges and thus does not need to
|
||||||
run as a privileged process. Alternatively shows instructions on how
|
be run as a privileged process. Alternatively shows instructions on
|
||||||
to use Python's built-in HTTP server.
|
how to use Python's built-in HTTP server.
|
||||||
|
|
||||||
.. todo:: Support for `~.challenges.DVSNI`.
|
.. todo:: Support for `~.challenges.DVSNI`.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
zope.interface.implements(interfaces.IAuthenticator)
|
zope.interface.implements(interfaces.IAuthenticator)
|
||||||
zope.interface.classProvides(interfaces.IPluginFactory)
|
zope.interface.classProvides(interfaces.IPluginFactory)
|
||||||
|
|||||||
Reference in New Issue
Block a user