mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
Improve plugins.rst
This commit is contained in:
parent
8e32ae8246
commit
6b78789ea3
1 changed files with 9 additions and 1 deletions
|
|
@ -2,4 +2,12 @@
|
|||
Plugins
|
||||
=======
|
||||
|
||||
You can find an example in ``examples/plugins/`` directory.
|
||||
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.
|
||||
|
||||
.. _`setuptools entry points`:
|
||||
https://pythonhosted.org/setuptools/setuptools.html#dynamic-discovery-of-services-and-plugins
|
||||
|
|
|
|||
Loading…
Reference in a new issue