From 3dbeef8ee74318a9d005ec1479e4d4687d2bc151 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 15 Nov 2016 11:45:07 -0800 Subject: [PATCH] fix --http-01-port typo at source (#3794) --- certbot/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")