From 6fc832677e5e5344d1fad5774d1404e6d28bf038 Mon Sep 17 00:00:00 2001 From: Nobuki Fujii <45781612+noi@users.noreply.github.com> Date: Wed, 14 Oct 2020 06:59:51 +0900 Subject: [PATCH] Add dns-lightsail to third-party plugins (#8372) --- certbot/docs/using.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index 329fde71e..9aa6ded32 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -281,6 +281,7 @@ proxmox_ N Y Install certificates in Proxmox Virtualization serv dns-standalone_ Y N Obtain certificates via an integrated DNS server dns-ispconfig_ Y N DNS Authentication using ISPConfig as DNS server 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 ================== ==== ==== =============================================================== @@ -294,6 +295,7 @@ dns-inwx Y Y DNS Authentication for INWX through the XML API .. _dns-standalone: https://github.com/siilike/certbot-dns-standalone .. _dns-ispconfig: https://github.com/m42e/certbot-dns-ispconfig .. _dns-clouddns: https://github.com/vshosting/certbot-dns-clouddns +.. _dns-lightsail: https://github.com/noi/certbot-dns-lightsail .. _dns-inwx: https://github.com/oGGy990/certbot-dns-inwx/ If you're interested, you can also :ref:`write your own plugin `.