mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Add Nginx Unit plugin to documentation (#10110)
## Pull Request Checklist - [ ] The Certbot team has recently expressed interest in reviewing a PR for this. If not, this PR may be closed due our limited resources and need to prioritize how we spend them. - [ ] If the change being made is to a [distributed component](https://certbot.eff.org/docs/contributing.html#code-components-and-layout), edit the `main` section of `certbot/CHANGELOG.md` to include a description of the change being made. - [x] Add or update any documentation as needed to support the changes in this PR. - [ ] Include your name in `AUTHORS.md` if you like.
This commit is contained in:
parent
5dd898f56b
commit
a441debdaa
1 changed files with 5 additions and 3 deletions
|
|
@ -298,9 +298,9 @@ There are also a number of third-party plugins for the client, provided by
|
|||
other developers. Many are beta/experimental, but some are already in
|
||||
widespread use:
|
||||
|
||||
================== ==== ==== ===============================================================
|
||||
================== ==== ==== =================================================================
|
||||
Plugin Auth Inst Notes
|
||||
================== ==== ==== ===============================================================
|
||||
================== ==== ==== =================================================================
|
||||
haproxy_ Y Y Integration with the HAProxy load balancer
|
||||
s3front_ Y Y Integration with Amazon CloudFront distribution of S3 buckets
|
||||
gandi_ Y N Obtain certificates via the Gandi LiveDNS API
|
||||
|
|
@ -328,7 +328,8 @@ dns-solidserver_ Y N DNS Authentication using SOLIDserver (EfficientIP)
|
|||
dns-stackit_ Y N DNS Authentication using STACKIT DNS
|
||||
dns-ionos_ Y N DNS Authentication using IONOS Cloud DNS
|
||||
dns-mijn-host_ Y N DNS Authentication using mijn.host DNS
|
||||
================== ==== ==== ===============================================================
|
||||
nginx-unit_ Y Y Automates obtaining and installing a certificate with Nginx Unit
|
||||
================== ==== ==== =================================================================
|
||||
|
||||
.. _haproxy: https://github.com/greenhost/certbot-haproxy
|
||||
.. _s3front: https://github.com/dlapiduz/letsencrypt-s3front
|
||||
|
|
@ -357,6 +358,7 @@ dns-mijn-host_ Y N DNS Authentication using mijn.host DNS
|
|||
.. _dns-stackit: https://github.com/stackitcloud/certbot-dns-stackit
|
||||
.. _dns-ionos: https://github.com/ionos-cloud/certbot-dns-ionos-cloud
|
||||
.. _dns-mijn-host: https://github.com/mijnhost/certbot-dns-mijn-host
|
||||
.. _nginx-unit: https://github.com/kea/certbot-nginx-unit
|
||||
|
||||
If you're interested, you can also :ref:`write your own plugin <dev-plugin>`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue