From 6ef9f89c99dfa1b39cdd78bff8a429ae20656c02 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sat, 24 Oct 2015 19:52:54 +0000 Subject: [PATCH] Add plugins section to user guide --- docs/dev.rst | 1 + docs/user.rst | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/docs/dev.rst b/docs/dev.rst index d0ce2626c..5f2a84605 100644 --- a/docs/dev.rst +++ b/docs/dev.rst @@ -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 ======================= diff --git a/docs/user.rst b/docs/user.rst index 9fd4f4e75..fa4008e8c 100644 --- a/docs/user.rst +++ b/docs/user.rst @@ -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 +`. + + Configuration file ==================