mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 12:21:51 +02:00
Improve plugins.rst
This commit is contained in:
+9
-1
@@ -2,4 +2,12 @@
|
|||||||
Plugins
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user