From 314ded348e31279cb9357bedab63d1bd9c668969 Mon Sep 17 00:00:00 2001 From: alexzorin Date: Fri, 14 Oct 2022 11:58:18 +1100 Subject: [PATCH] docs: add third-party dns-multi plugin (#9430) --- certbot/docs/using.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index c0510da4a..ebb2348cf 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -322,6 +322,7 @@ njalla_ Y N DNS Authentication for njalla DuckDNS_ Y N DNS Authentication for DuckDNS 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 ================== ==== ==== =============================================================== .. _haproxy: https://github.com/greenhost/certbot-haproxy @@ -344,6 +345,7 @@ Infomaniak_ Y N DNS Authentication using Infomaniak Domains API .. _DuckDNS: https://github.com/infinityofspace/certbot_dns_duckdns .. _Porkbun: https://github.com/infinityofspace/certbot_dns_porkbun .. _Infomaniak: https://github.com/Infomaniak/certbot-dns-infomaniak +.. _dns-multi: https://github.com/alexzorin/certbot-dns-multi If you're interested, you can also :ref:`write your own plugin `.