SimpleFS plugin (fixes #742)

This commit is contained in:
Jakub Warmuz
2015-09-02 19:52:06 +00:00
parent c3941b1a8d
commit 03a9a2a89e
3 changed files with 86 additions and 0 deletions
+1
View File
@@ -118,6 +118,7 @@ setup(
'manual = letsencrypt.plugins.manual:ManualAuthenticator',
# TODO: null should probably not be presented to the user
'null = letsencrypt.plugins.null:Installer',
'simplefs = letsencrypt.plugins.simplefs:Authenticator',
'standalone = letsencrypt.plugins.standalone.authenticator'
':StandaloneAuthenticator',
],