1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Update using.rst (#9714)

Add a link to the third-party DNS authentication plugin using SOLIDserver
This commit is contained in:
Charles Hong
2023-06-08 10:40:58 +02:00
committed by GitHub
parent ff8afe827b
commit 2d8a274eb5

View File

@@ -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 <dev-plugin>`.