mirror of
https://github.com/certbot/certbot.git
synced 2026-04-21 06:06:55 -04:00
fix --http-01-port typo at source (#3794)
This commit is contained in:
parent
9aef15d09e
commit
3dbeef8ee7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue