From b81ef33f33d69451f1ab981583240a1bac79f7c0 Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Sat, 24 Dec 2022 23:07:12 +0100 Subject: [PATCH] Add link to dns-dnsmanager third party plugin (#9523) --- certbot/docs/using.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index daa38bfa0..add692e73 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -322,6 +322,7 @@ 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 +dns-dnsmanager_ Y N DNS Authentication for dnsmanager.io ================== ==== ==== =============================================================== .. _haproxy: https://github.com/greenhost/certbot-haproxy @@ -345,6 +346,7 @@ dns-multi_ Y N DNS authentication of 100+ providers using go-acme/ .. _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 +.. _dns-dnsmanager: https://github.com/stayallive/certbot-dns-dnsmanager If you're interested, you can also :ref:`write your own plugin `.