From 38cbeb560c50cf38bf70cab1e007809b924fe874 Mon Sep 17 00:00:00 2001 From: zak905 Date: Tue, 7 May 2024 12:08:39 +0200 Subject: [PATCH] add IONOS Cloud DNS plugin to the documentation --- certbot/docs/using.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index 3f8df5eeb..623e01164 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -326,6 +326,7 @@ dns-dnsmanager_ Y N DNS Authentication for dnsmanager.io standalone-nfq_ Y N HTTP Authentication that works with any webserver (Linux only) dns-solidserver_ Y N DNS Authentication using SOLIDserver (EfficientIP) dns-stackit_ Y N DNS Authentication using STACKIT DNS +dns-ionos_ Y N DNS Authentication using IONOS Cloud DNS ================== ==== ==== =============================================================== .. _haproxy: https://github.com/greenhost/certbot-haproxy @@ -353,6 +354,7 @@ dns-stackit_ Y N DNS Authentication using STACKIT DNS .. _standalone-nfq: https://github.com/alexzorin/certbot-standalone-nfq .. _dns-solidserver: https://gitlab.com/charlyhong/certbot-dns-solidserver .. _dns-stackit: https://github.com/stackitcloud/certbot-dns-stackit +.. _dns-ionos: https://github.com/ionos-cloud/certbot-dns-ionos-cloud If you're interested, you can also :ref:`write your own plugin `.