mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Add plugins section to user guide
This commit is contained in:
parent
cf26d014cd
commit
6ef9f89c99
2 changed files with 10 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ We currently offer a pythondialog and "text" mode for displays. Display
|
|||
plugins implement the `~letsencrypt.interfaces.IDisplay`
|
||||
interface.
|
||||
|
||||
.. _dev-plugin:
|
||||
|
||||
Writing your own plugin
|
||||
=======================
|
||||
|
|
|
|||
|
|
@ -99,6 +99,15 @@ whole process is described in :doc:`dev`.
|
|||
Let's Encrypt team!
|
||||
|
||||
|
||||
Plugins
|
||||
=======
|
||||
|
||||
Third party plugins are listed at
|
||||
https://github.com/letsencrypt/letsencrypt/wiki/Plugins. If that
|
||||
that's not enough, you can always :ref:`write your own plugin
|
||||
<dev-plugin>`.
|
||||
|
||||
|
||||
Configuration file
|
||||
==================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue