mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Fix reference
This commit is contained in:
parent
e1bd4076cb
commit
861610ecca
1 changed files with 2 additions and 2 deletions
|
|
@ -328,8 +328,8 @@ Writing your own plugin
|
|||
for one example of that.
|
||||
|
||||
Certbot client supports dynamic discovery of plugins through the
|
||||
`setuptools entry points`_ using the `certbot.plugins` group. This
|
||||
way you can, for example, create a custom implementation of
|
||||
`importlib.metadata entry points`_ using the `certbot.plugins` group.
|
||||
This way you can, for example, create a custom implementation of
|
||||
`~certbot.interfaces.Authenticator` or the
|
||||
`~certbot.interfaces.Installer` without having to merge it
|
||||
with the core upstream source code. An example is provided in
|
||||
|
|
|
|||
Loading…
Reference in a new issue