Add null installer, integration tests for install/run

Fixes #438.
This commit is contained in:
Jakub Warmuz
2015-06-26 13:26:09 +00:00
parent 7a24499f15
commit 7d775ae9f3
8 changed files with 113 additions and 19 deletions
+2
View File
@@ -181,6 +181,8 @@ setup(
],
'letsencrypt.plugins': [
'manual = letsencrypt.plugins.manual:ManualAuthenticator',
# TODO: null should probably not be presented to the user
'null = letsencrypt.plugins.null:Installer',
'standalone = letsencrypt.plugins.standalone.authenticator'
':StandaloneAuthenticator',