mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 17:54:25 +02:00
Fix typo in authenticator description
This commit is contained in:
@@ -406,7 +406,7 @@ class StandaloneAuthenticator(object):
|
|||||||
def more_info(self): # pylint: disable=no-self-use
|
def more_info(self): # pylint: disable=no-self-use
|
||||||
"""Human-readable string that describes the Authenticator."""
|
"""Human-readable string that describes the Authenticator."""
|
||||||
return ("The Standalone Authenticator uses PyOpenSSL to listen "
|
return ("The Standalone Authenticator uses PyOpenSSL to listen "
|
||||||
"on port 443 and perform DVSNI challenges. Once a certificate"
|
"on port 443 and perform DVSNI challenges. Once a certificate "
|
||||||
"is attained, it will be saved in the "
|
"is attained, it will be saved in the "
|
||||||
"(TODO) current working directory.{0}{0}"
|
"(TODO) current working directory.{0}{0}"
|
||||||
"TCP port 443 must be available in order to use the "
|
"TCP port 443 must be available in order to use the "
|
||||||
|
|||||||
Reference in New Issue
Block a user