mirror of
https://github.com/certbot/certbot.git
synced 2026-01-23 07:20:55 +03:00
484 B
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.