From a441debdaa0da0b658eafb7d04d22ac645a5aadb Mon Sep 17 00:00:00 2001 From: Manuel Baldassarri Date: Mon, 6 Jan 2025 21:37:31 +0100 Subject: [PATCH] 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. --- certbot/docs/using.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index ad6e36cbf..942bb9fb7 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -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 `.