Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexzorin <alex@zorin.id.au>2022-10-14 03:58:18 +0300
committerGitHub <noreply@github.com>2022-10-14 03:58:18 +0300
commit314ded348e31279cb9357bedab63d1bd9c668969 (patch)
treeb91d067efd91e659f8e7ab6a9e17118e46906347
parent92aaa9703b2f415ae0afd3fb66a3e569e41b4853 (diff)
docs: add third-party dns-multi plugin (#9430)
-rw-r--r--certbot/docs/using.rst2
1 files changed, 2 insertions, 0 deletions
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 <dev-plugin>`.