From 33d3162c24ee550bc77255f840bb518f8e9776d7 Mon Sep 17 00:00:00 2001 From: Nicholas Ciechanowski Date: Tue, 22 Jul 2025 01:06:55 +1000 Subject: [PATCH] add 3rd party certbot-dns-synergy-wholesale to the docs (#10364) --- certbot/docs/using.rst | 70 ++++++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index 055f365d7..708bf1b93 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -298,40 +298,41 @@ There are also a number of third-party plugins for the client, provided by other developers. Many are beta/experimental, but some are already in widespread use: -================== ==== ==== ================================================================= -Plugin Auth Inst Notes -================== ==== ==== ================================================================= -haproxy_ Y Y Integration with the HAProxy load balancer -s3front_ Y Y Integration with Amazon CloudFront distribution of S3 buckets -gandi_ Y N Obtain certificates via the Gandi LiveDNS API -varnish_ Y N Obtain certificates via a Varnish server -external-auth_ Y Y A plugin for convenient scripting -pritunl_ N Y Install certificates in pritunl distributed OpenVPN servers -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 -dns-azure_ Y N DNS Authentication using Azure DNS -dns-godaddy_ Y N DNS Authentication using Godaddy DNS -dns-yandexcloud_ Y N DNS Authentication using Yandex Cloud DNS -dns-bunny_ Y N DNS Authentication using BunnyDNS -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 -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 -dns-mijn-host_ Y N DNS Authentication using mijn.host DNS -nginx-unit_ Y Y Automates obtaining and installing a certificate with Nginx Unit -dns-cdmon_ Y N DNS Authentication using cdmon's API -================== ==== ==== ================================================================= +======================= ==== ==== ================================================================= +Plugin Auth Inst Notes +======================= ==== ==== ================================================================= +haproxy_ Y Y Integration with the HAProxy load balancer +s3front_ Y Y Integration with Amazon CloudFront distribution of S3 buckets +gandi_ Y N Obtain certificates via the Gandi LiveDNS API +varnish_ Y N Obtain certificates via a Varnish server +external-auth_ Y Y A plugin for convenient scripting +pritunl_ N Y Install certificates in pritunl distributed OpenVPN servers +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 +dns-azure_ Y N DNS Authentication using Azure DNS +dns-godaddy_ Y N DNS Authentication using Godaddy DNS +dns-yandexcloud_ Y N DNS Authentication using Yandex Cloud DNS +dns-bunny_ Y N DNS Authentication using BunnyDNS +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 +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 +dns-mijn-host_ Y N DNS Authentication using mijn.host DNS +nginx-unit_ Y Y Automates obtaining and installing a certificate with Nginx Unit +dns-cdmon_ Y N DNS Authentication using cdmon's API +dns-synergy-wholesale_ Y N DNS Authentication using Synergy Wholesale DNS +======================= ==== ==== ================================================================= .. _haproxy: https://github.com/greenhost/certbot-haproxy .. _s3front: https://github.com/dlapiduz/letsencrypt-s3front @@ -363,6 +364,7 @@ dns-cdmon_ Y N DNS Authentication using cdmon's API .. _dns-mijn-host: https://github.com/mijnhost/certbot-dns-mijn-host .. _nginx-unit: https://github.com/kea/certbot-nginx-unit .. _dns-cdmon: https://github.com/rascazzione/certbot-dns-cdmon +.. _dns-synergy-wholesale: https://github.com/ALameLlama/certbot-dns-synergy-wholesale If you're interested, you can also :ref:`write your own plugin `.