From c17175213717c40fda3a92a2988403d38494e5d9 Mon Sep 17 00:00:00 2001 From: Medan-rfz Date: Fri, 8 Nov 2024 02:29:38 +0400 Subject: [PATCH 1/6] Added certbot plugin for Beget DNS service --- global/certbot-dns-plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 0758777..39b9431 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -31,6 +31,14 @@ "credentials": "# This plugin supported API authentication using either Service Principals or utilizing a Managed Identity assigned to the virtual machine.\n# Regardless which authentication method used, the identity will need the “DNS Zone Contributor” role assigned to it.\n# As multiple Azure DNS Zones in multiple resource groups can exist, the config file needs a mapping of zone to resource group ID. Multiple zones -> ID mappings can be listed by using the key dns_azure_zoneX where X is a unique number. At least 1 zone mapping is required.\n\n# Using a service principal (option 1)\ndns_azure_sp_client_id = 912ce44a-0156-4669-ae22-c16a17d34ca5\ndns_azure_sp_client_secret = E-xqXU83Y-jzTI6xe9fs2YC~mck3ZzUih9\ndns_azure_tenant_id = ed1090f3-ab18-4b12-816c-599af8a88cf7\n\n# Using used assigned MSI (option 2)\n# dns_azure_msi_client_id = 912ce44a-0156-4669-ae22-c16a17d34ca5\n\n# Using system assigned MSI (option 3)\n# dns_azure_msi_system_assigned = true\n\n# Zones (at least one always required)\ndns_azure_zone1 = example.com:/subscriptions/c135abce-d87d-48df-936c-15596c6968a5/resourceGroups/dns1\ndns_azure_zone2 = example.org:/subscriptions/99800903-fb14-4992-9aff-12eaf2744622/resourceGroups/dns2", "full_plugin_name": "dns-azure" }, + "beget": { + "name":"Beget", + "package_name": "certbot-dns-beget", + "version": "~=1.7.0.dev3", + "dependencies": "", + "credentials": "# Beget API credentials used by Certbot\ndns_beget_login = login\ndns_beget_password = passwd", + "full_plugin_name": "dns-beget" + }, "bunny": { "name": "bunny.net", "package_name": "certbot-dns-bunny", From 595a742c400c8909dea1eb04f4ef4a5ed7b49c48 Mon Sep 17 00:00:00 2001 From: Medan-rfz Date: Sun, 10 Nov 2024 15:09:41 +0400 Subject: [PATCH 2/6] 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 39b9431..5ef5973 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -33,11 +33,11 @@ }, "beget": { "name":"Beget", - "package_name": "certbot-dns-beget", - "version": "~=1.7.0.dev3", + "package_name": "certbot-beget-plugin", + "version": "~=1.0.0.dev3", "dependencies": "", - "credentials": "# Beget API credentials used by Certbot\ndns_beget_login = login\ndns_beget_password = passwd", - "full_plugin_name": "dns-beget" + "credentials": "# Beget API credentials used by Certbot\ndns_beget_username = username\ndns_beget_password = password", + "full_plugin_name": "beget-plugin" }, "bunny": { "name": "bunny.net", From 10b9a49274b18f6c3a7ff8b6aa2a9c5bccf48112 Mon Sep 17 00:00:00 2001 From: Medan-rfz Date: Sun, 10 Nov 2024 16:16:45 +0400 Subject: [PATCH 3/6] Update version 'certbot-beget-plugin' --- global/certbot-dns-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 5ef5973..e8063a5 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -34,7 +34,7 @@ "beget": { "name":"Beget", "package_name": "certbot-beget-plugin", - "version": "~=1.0.0.dev3", + "version": "~=1.0.0.dev4", "dependencies": "", "credentials": "# Beget API credentials used by Certbot\ndns_beget_username = username\ndns_beget_password = password", "full_plugin_name": "beget-plugin" From 4c893796713d7cd55eca811728a137d63bb953bd Mon Sep 17 00:00:00 2001 From: Medan-rfz Date: Sun, 10 Nov 2024 18:31:07 +0400 Subject: [PATCH 4/6] Update version 'certbot-beget-plugin' --- 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 e8063a5..5e6cca7 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.dev4", + "version": "~=1.0.0.dev8", "dependencies": "", - "credentials": "# Beget API credentials used by Certbot\ndns_beget_username = username\ndns_beget_password = password", + "credentials": "# Beget API credentials used by Certbot\beget_plugin_username = username\beget_plugin_password = password", "full_plugin_name": "beget-plugin" }, "bunny": { From a56342c76a37eefa86e74cd46e9eea89ff94e2d5 Mon Sep 17 00:00:00 2001 From: Medan-rfz Date: Sun, 10 Nov 2024 19:23:28 +0400 Subject: [PATCH 5/6] Fix credentials --- global/certbot-dns-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 5e6cca7..b5d00ab 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -36,7 +36,7 @@ "package_name": "certbot-beget-plugin", "version": "~=1.0.0.dev8", "dependencies": "", - "credentials": "# Beget API credentials used by Certbot\beget_plugin_username = username\beget_plugin_password = password", + "credentials": "# Beget API credentials used by Certbot\nbeget_plugin_username = username\beget_plugin_password = password", "full_plugin_name": "beget-plugin" }, "bunny": { From c6630e87bbe878b7161a276894f08c840a6aafa1 Mon Sep 17 00:00:00 2001 From: Medan-rfz Date: Sat, 7 Dec 2024 15:01:57 +0400 Subject: [PATCH 6/6] 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 b5d00ab..a9a388b 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": {