From 5cc2f6b4afc61c014db22f56ede476d7b61678da Mon Sep 17 00:00:00 2001 From: ohemorange Date: Mon, 2 Feb 2026 15:34:40 -0800 Subject: [PATCH] List certbot-dns-czechia under 3rd party plugins (#10557) Fixes https://github.com/certbot/certbot/issues/10553 Link checked as well. --------- Co-authored-by: Brad Warren --- certbot/docs/using.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index dd9230576..1cb7473ed 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -334,6 +334,7 @@ dns-cdmon_ Y N DNS Authentication using cdmon's API dns-synergy-wholesale_ Y N DNS Authentication using Synergy Wholesale DNS pkcs12_ N Y Install certificates as PKCS#12 archives dns-hetzner-cloud_ Y N DNS Authentication for Hetzner Cloud DNS +dns-czechia_ Y N DNS Authentication for czechia.com ======================= ==== ==== ================================================================= .. _haproxy: https://github.com/greenhost/certbot-haproxy @@ -369,6 +370,7 @@ dns-hetzner-cloud_ Y N DNS Authentication for Hetzner Cloud DNS .. _dns-synergy-wholesale: https://github.com/ALameLlama/certbot-dns-synergy-wholesale .. _pkcs12: https://github.com/nasa-gcn/certbot-pkcs12 .. _dns-hetzner-cloud: https://github.com/rolschewsky/certbot-dns-hetzner-cloud +.. _dns-czechia: https://github.com/CZECHIA-COM/certbot-dns-czechia If you're interested, you can also :ref:`write your own plugin `.