mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
docs: clarify the use of entry points for plugins
The documentation did not list the entry point group, certbot.plugins. Partially addresses issue #4368.
This commit is contained in:
parent
c1cb762b32
commit
3f625d3a0d
1 changed files with 4 additions and 3 deletions
|
|
@ -220,9 +220,10 @@ Writing your own plugin
|
|||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Certbot client supports dynamic discovery of plugins through the
|
||||
`setuptools entry points`_. This way you can, for example, create a
|
||||
custom implementation of `~certbot.interfaces.IAuthenticator` or
|
||||
the `~certbot.interfaces.IInstaller` without having to merge it
|
||||
`setuptools entry points`_ using the `certbot.plugins` group. This
|
||||
way you can, for example, create a custom implementation of
|
||||
`~certbot.interfaces.IAuthenticator` or the
|
||||
`~certbot.interfaces.IInstaller` without having to merge it
|
||||
with the core upstream source code. An example is provided in
|
||||
``examples/plugins/`` directory.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue