mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:19:11 +02:00
fix --http-01-port typo at source (#3794)
This commit is contained in:
committed by
Peter Eckersley
parent
9aef15d09e
commit
3dbeef8ee7
@@ -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.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user