From 1b79c077a69a168e1d62bb8227db30551535a060 Mon Sep 17 00:00:00 2001 From: Gusmanov Timur Date: Sat, 30 Jul 2022 01:01:01 +0600 Subject: [PATCH] add dns-yandexcloud authentication plugin to third-party plugins (#9371) --- certbot/docs/using.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index 38aaf4ff4..980457141 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -316,6 +316,7 @@ 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 njalla_ Y N DNS Authentication for njalla DuckDNS_ Y N DNS Authentication for DuckDNS Porkbun_ Y N DNS Authentication for Porkbun @@ -336,6 +337,7 @@ Infomaniak_ Y N DNS Authentication using Infomaniak Domains API .. _dns-inwx: https://github.com/oGGy990/certbot-dns-inwx/ .. _dns-azure: https://github.com/binkhq/certbot-dns-azure .. _dns-godaddy: https://github.com/miigotu/certbot-dns-godaddy +.. _dns-yandexcloud: https://github.com/PykupeJIbc/certbot-dns-yandexcloud .. _njalla: https://github.com/chaptergy/certbot-dns-njalla .. _DuckDNS: https://github.com/infinityofspace/certbot_dns_duckdns .. _Porkbun: https://github.com/infinityofspace/certbot_dns_porkbun