1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-23 07:20:55 +03:00
Files
certbot/docs/plugins.rst
2015-03-26 22:12:40 +00:00

484 B

Plugins

Let's Encrypt client supports dynamic discovery of plugins through the setuptools entry points. This way you can, for example, create a custom implementation of ~letsencrypt.client.interfaces.IAuthenticator without having to merge it with the core upstream source code. Example is provided in examples/plugins/ directory.