fix --http-01-port typo at source (#3794)

This commit is contained in:
Brad Warren 2016-11-15 11:45:07 -08:00 committed by Peter Eckersley
parent 9aef15d09e
commit 3dbeef8ee7

View file

@ -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.")