Rename --simple-http-port to --http-01-port

This commit is contained in:
Jakub Warmuz
2015-11-01 11:01:23 +00:00
parent 1d36a15ab7
commit 23d3c3b1e2
11 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ class IConfig(zope.interface.Interface):
"Port number to perform DVSNI challenge. "
"Boulder in testing mode defaults to 5001.")
simple_http_port = zope.interface.Attribute(
http01_port = zope.interface.Attribute(
"Port used in the SimpleHttp challenge.")