mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Add disclaimer in plugins doc
This commit is contained in:
parent
61edede7a6
commit
8fa2204afe
1 changed files with 8 additions and 2 deletions
|
|
@ -5,9 +5,15 @@ 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
|
||||
`~letsencrypt.client.interfaces.IAuthenticator` or the
|
||||
'~letsencrypt.client.interfaces.IInstaller' without having to
|
||||
merge it with the core upstream source code. An example is provided in
|
||||
``examples/plugins/`` directory.
|
||||
|
||||
Please be aware though that as this client is still in a developer-preview
|
||||
stage, the API may undergo a few changes. If you believe the plugin will be
|
||||
beneficial to the community, please consider submitting a pull request to the
|
||||
repo and we will update it with any necessary API changes.
|
||||
|
||||
.. _`setuptools entry points`:
|
||||
https://pythonhosted.org/setuptools/setuptools.html#dynamic-discovery-of-services-and-plugins
|
||||
|
|
|
|||
Loading…
Reference in a new issue