1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-23 07:20:55 +03:00

Fix ambiguity about describing a port as "open"

This commit is contained in:
Seth Schoen
2015-03-29 23:11:05 -07:00
parent 60a52943f6
commit cd0b99ae5d

View File

@@ -410,5 +410,5 @@ class StandaloneAuthenticator(object):
"on port 443 and perform DVSNI challenges. Once a certificate"
"is attained, it will be saved in the "
"(TODO) current working directory.{0}{0}"
"Port 443 must be open in order to use the "
"TCP port 443 must be available in order to use the "
"Standalone Authenticator.".format(os.linesep))