Add plugins section to user guide

This commit is contained in:
Jakub Warmuz 2015-10-24 19:52:54 +00:00
parent cf26d014cd
commit 6ef9f89c99
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA
2 changed files with 10 additions and 0 deletions

View file

@ -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
=======================

View file

@ -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
==================