mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:22:16 +02:00
Plugin docs: Improve table, explain authenticators & installers
This commit is contained in:
+19
-12
@@ -71,19 +71,26 @@ Plugins
|
|||||||
=======
|
=======
|
||||||
|
|
||||||
The Let's Encrypt client supports a number of different "plugins" that can be
|
The Let's Encrypt client supports a number of different "plugins" that can be
|
||||||
used to obtain and/or install certificates.
|
used to obtain and/or install certificates. Plugins that can obtain a cert
|
||||||
|
are called "authenticators" and can be used with the "certonly" command.
|
||||||
|
Plugins that can install a cert are called "installers". Plugins that do both
|
||||||
|
can be used with the "letsencrypt run" command, which is the default.
|
||||||
|
|
||||||
=========== = = ===============================================================
|
=========== ==== ==== ===============================================================
|
||||||
Plugin A I Notes
|
Plugin Auth Inst Notes
|
||||||
=========== = = ===============================================================
|
=========== ==== ==== ===============================================================
|
||||||
apache_ Y Y Automates obtaining and installing a cert with Apache 2.4 on
|
apache_ Y Y Automates obtaining and installing a cert with Apache 2.4 on
|
||||||
Debian-based distributions with ``libaugeas0`` 1.0+.
|
Debian-based distributions with ``libaugeas0`` 1.0+.
|
||||||
standalone_ Y N Uses a "standalone" webserver to obtain a cert.
|
standalone_ Y N Uses a "standalone" webserver to obtain a cert.
|
||||||
webroot_ Y N Obtains a cert using an already running webserver.
|
webroot_ Y N Obtains a cert by writing to the webroot directory of an
|
||||||
manual_ Y N Helps you obtain a cert by giving you instructions to perform
|
already running webserver.
|
||||||
domain validation yourself.
|
manual_ Y N Helps you obtain a cert by giving you instructions to perform
|
||||||
nginx_ Y Y Very experimental and not included in letsencrypt-auto_.
|
domain validation yourself.
|
||||||
=========== = = ===============================================================
|
nginx_ Y Y Very experimental and not included in letsencrypt-auto_.
|
||||||
|
=========== ==== ==== ===============================================================
|
||||||
|
|
||||||
|
Future plugins for IMAP servers, SMTP servers, IRC servers, etc, are likely to
|
||||||
|
be installers but not authenticators.
|
||||||
|
|
||||||
Apache
|
Apache
|
||||||
------
|
------
|
||||||
|
|||||||
Reference in New Issue
Block a user