From bf9d9bd43bd220823846b837ba8f22122859be36 Mon Sep 17 00:00:00 2001
From: Michael Heilig <git@heilig.me>
Date: Fri, 28 Feb 2025 21:00:36 +0100
Subject: [PATCH] Fix DomainOffensive certbot plugin

In https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4235 the certbot plugin for do.de (Domain Offensive) was updated to use the more
official version. One necessary line modification was missed, resulting in an error when creating a new certificate.
---
 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 2191c2138..f3871ec46 100644
--- a/global/certbot-dns-plugins.json
+++ b/global/certbot-dns-plugins.json
@@ -164,7 +164,7 @@
 		"package_name": "certbot-dns-domainoffensive",
 		"version": "~=2.0.0",
 		"dependencies": "",
-		"credentials": "dns_do_api_token = YOUR_DO_DE_AUTH_TOKEN",
+		"credentials": "dns_domainoffensive_api_token = YOUR_DO_DE_AUTH_TOKEN",
 		"full_plugin_name": "dns-domainoffensive"
 	},
 	"domeneshop": {