From 2d8a274eb52ae67f01d71238579202591d802c0c Mon Sep 17 00:00:00 2001 From: Charles Hong <38887164+charlyhong@users.noreply.github.com> Date: Thu, 8 Jun 2023 10:40:58 +0200 Subject: [PATCH] Update using.rst (#9714) Add a link to the third-party DNS authentication plugin using SOLIDserver --- certbot/docs/using.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index 760c378fd..2dc8dfb67 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -324,6 +324,7 @@ 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) ================== ==== ==== =============================================================== .. _haproxy: https://github.com/greenhost/certbot-haproxy @@ -349,6 +350,7 @@ standalone-nfq_ Y N HTTP Authentication that works with any webserver ( .. _dns-multi: https://github.com/alexzorin/certbot-dns-multi .. _dns-dnsmanager: https://github.com/stayallive/certbot-dns-dnsmanager .. _standalone-nfq: https://github.com/alexzorin/certbot-standalone-nfq +.. _dns-solidserver: https://gitlab.com/charlyhong/certbot-dns-solidserver If you're interested, you can also :ref:`write your own plugin `.