From 3395dce319abb9fc7ff70a9d76c0b6ddc5b7654e Mon Sep 17 00:00:00 2001 From: Ted Strzalkowski Date: Tue, 11 Feb 2025 10:56:58 -0800 Subject: [PATCH] Add ClouDNS to documentation (#9879) There is a ClouDNS plugin actively maintained that should be included in the documentation for discoverability by users. --- certbot/docs/using.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index a2791705d..8ac8060ad 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -310,6 +310,7 @@ pritunl_ N Y Install certificates in pritunl distributed OpenVPN proxmox_ N Y Install certificates in Proxmox Virtualization servers dns-standalone_ Y N Obtain certificates via an integrated DNS server dns-ispconfig_ Y N DNS Authentication using ISPConfig as DNS server +dns-cloudns_ Y N DNS Authentication using ClouDNS API dns-clouddns_ Y N DNS Authentication using CloudDNS API dns-lightsail_ Y N DNS Authentication using Amazon Lightsail DNS API dns-inwx_ Y Y DNS Authentication for INWX through the XML API @@ -340,6 +341,7 @@ nginx-unit_ Y Y Automates obtaining and installing a certificate wi .. _external-auth: https://github.com/EnigmaBridge/certbot-external-auth .. _dns-standalone: https://github.com/siilike/certbot-dns-standalone .. _dns-ispconfig: https://github.com/m42e/certbot-dns-ispconfig +.. _dns-cloudns: https://github.com/inventage/certbot-dns-cloudns .. _dns-clouddns: https://github.com/vshosting/certbot-dns-clouddns .. _dns-lightsail: https://github.com/noi/certbot-dns-lightsail .. _dns-inwx: https://github.com/oGGy990/certbot-dns-inwx/