From 5cd8758a53b6186406f3afb68841d39ec80cebe5 Mon Sep 17 00:00:00 2001 From: ape364 Date: Mon, 22 Sep 2025 15:36:31 +0500 Subject: [PATCH] Update certbot-dns-plugins.json - change Beget plugin --- global/certbot-dns-plugins.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 9f8788096..a6cd3d02c 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -41,11 +41,11 @@ }, "beget": { "name":"Beget", - "package_name": "certbot-beget-plugin", - "version": "~=1.0.0.dev9", + "package_name": "certbot-dns-beget-api", + "version": "~=1.0.1", "dependencies": "", - "credentials": "# Beget API credentials used by Certbot\nbeget_plugin_username = username\nbeget_plugin_password = password", - "full_plugin_name": "beget-plugin" + "credentials": "# Beget API token used by Certbot\ndns_beget_api_username = username\ndns_beget_api_password = password", + "full_plugin_name": "dns-beget-api" }, "bunny": { "name": "bunny.net",