Merge pull request #502 from kuba/manual

ManualAuthenticator for SimpleHTTP
This commit is contained in:
James Kasten
2015-06-19 13:45:14 -04:00
4 changed files with 203 additions and 0 deletions
+1
View File
@@ -120,6 +120,7 @@ setup(
'jws = letsencrypt.acme.jose.jws:CLI.run',
],
'letsencrypt.plugins': [
'manual = letsencrypt.plugins.manual:ManualAuthenticator',
'standalone = letsencrypt.plugins.standalone.authenticator'
':StandaloneAuthenticator',