diff --git a/certbot/interfaces.py b/certbot/interfaces.py index 04843c694..8e7d887f0 100644 --- a/certbot/interfaces.py +++ b/certbot/interfaces.py @@ -234,7 +234,7 @@ class IConfig(zope.interface.Interface): "A conforming ACME server will still attempt to connect on port 443.") http01_port = zope.interface.Attribute( - "Port used in the http-01 challenge." + "Port used in the http-01 challenge. " "This only affects the port Certbot listens on. " "A conforming ACME server will still attempt to connect on port 80.")