Remove --no-simple-http-tls

This commit is contained in:
Jakub Warmuz
2015-10-07 06:23:28 +00:00
parent 0d89fa6d88
commit 73ee63779c
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -223,8 +223,6 @@ class IConfig(zope.interface.Interface):
"Port number to perform DVSNI challenge. "
"Boulder in testing mode defaults to 5001.")
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.")