mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
Setuptools entry_points plugins
This commit is contained in:
@@ -119,6 +119,12 @@ setup(
|
||||
'letsencrypt = letsencrypt.scripts.main:main',
|
||||
'jws = letsencrypt.acme.jose.jws:CLI.run',
|
||||
],
|
||||
'letsencrypt.authenticators': [
|
||||
'apache = letsencrypt.client.apache.configurator'
|
||||
':ApacheConfigurator',
|
||||
'standalone = letsencrypt.client.standalone_authenticator'
|
||||
':StandaloneAuthenticator',
|
||||
],
|
||||
},
|
||||
|
||||
zip_safe=False,
|
||||
|
||||
Reference in New Issue
Block a user