From 397f6bc20ae28ef666fa8fc63be3b144a881e8a3 Mon Sep 17 00:00:00 2001 From: alexzorin Date: Wed, 8 Mar 2023 00:40:39 +1100 Subject: [PATCH] docs: link for certbot-standalone-nfq plugin (#9607) --- certbot/docs/using.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index 1ef649906..133bff8aa 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -323,6 +323,7 @@ Porkbun_ Y N DNS Authentication for Porkbun Infomaniak_ Y N DNS Authentication using Infomaniak Domains API dns-multi_ Y N DNS authentication of 100+ providers using go-acme/lego dns-dnsmanager_ Y N DNS Authentication for dnsmanager.io +standalone-nfq_ Y N HTTP Authentication that works with any webserver (Linux only) ================== ==== ==== =============================================================== .. _haproxy: https://github.com/greenhost/certbot-haproxy @@ -347,6 +348,7 @@ dns-dnsmanager_ Y N DNS Authentication for dnsmanager.io .. _Infomaniak: https://github.com/Infomaniak/certbot-dns-infomaniak .. _dns-multi: https://github.com/alexzorin/certbot-dns-multi .. _dns-dnsmanager: https://github.com/stayallive/certbot-dns-dnsmanager +.. _standalone-nfq: https://github.com/alexzorin/certbot-standalone-nfq If you're interested, you can also :ref:`write your own plugin `.