mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
SimpleFS plugin (fixes #742)
This commit is contained in:
@@ -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',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user