Skip to content

Commit bf9d9bd

Browse files
committed
Fix DomainOffensive certbot plugin
In #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.
1 parent 79d28f0 commit bf9d9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global/certbot-dns-plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"package_name": "certbot-dns-domainoffensive",
165165
"version": "~=2.0.0",
166166
"dependencies": "",
167-
"credentials": "dns_do_api_token = YOUR_DO_DE_AUTH_TOKEN",
167+
"credentials": "dns_domainoffensive_api_token = YOUR_DO_DE_AUTH_TOKEN",
168168
"full_plugin_name": "dns-domainoffensive"
169169
},
170170
"domeneshop": {

0 commit comments

Comments
 (0)