From c6630e87bbe878b7161a276894f08c840a6aafa1 Mon Sep 17 00:00:00 2001 From: Medan-rfz Date: Sat, 7 Dec 2024 15:01:57 +0400 Subject: [PATCH] Update version 'certbot-beget-plugin' & fix credentials content --- global/certbot-dns-plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index b5d00ab8d..a9a388b36 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -34,9 +34,9 @@ "beget": { "name":"Beget", "package_name": "certbot-beget-plugin", - "version": "~=1.0.0.dev8", + "version": "~=1.0.0.dev9", "dependencies": "", - "credentials": "# Beget API credentials used by Certbot\nbeget_plugin_username = username\beget_plugin_password = password", + "credentials": "# Beget API credentials used by Certbot\nbeget_plugin_username = username\nbeget_plugin_password = password", "full_plugin_name": "beget-plugin" }, "bunny": {