mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
IConfig.simple_http_port (fixes #542).
This commit is contained in:
@@ -188,6 +188,8 @@ class IConfig(zope.interface.Interface):
|
||||
|
||||
no_simple_http_tls = zope.interface.Attribute(
|
||||
"Do not use TLS when solving SimpleHTTP challenges.")
|
||||
simple_http_port = zope.interface.Attribute(
|
||||
"Port used in the SimpleHttp challenge.")
|
||||
|
||||
|
||||
class IInstaller(IPlugin):
|
||||
|
||||
Reference in New Issue
Block a user