Merge remote-tracking branch 'github/letsencrypt/master' into cli-config-fixes

Conflicts:
	letsencrypt_apache/tests/util.py
	letsencrypt_nginx/tests/util.py
This commit is contained in:
Jakub Warmuz
2015-06-20 20:04:58 +00:00
55 changed files with 1149 additions and 412 deletions
+4
View File
@@ -183,6 +183,10 @@ class IConfig(zope.interface.Interface):
"Port number to perform DVSNI challenge. "
"Boulder in testing mode defaults to 5001.")
# TODO: not implemented
no_simple_http_tls = zope.interface.Attribute(
"Do not use TLS when solving SimpleHTTP challenges.")
class IInstaller(IPlugin):
"""Generic Let's Encrypt Installer Interface.