Skip to content

Commit 9ff2c5e

Browse files
committed
Added DomainOffensive (do.de) certbot DNS plugin.
1 parent 1c44778 commit 9ff2c5e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

global/certbot-dns-plugins.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,15 @@ dns_domeneshop_client_secret=YOUR_DOMENESHOP_CLIENT_SECRET`,
213213
full_plugin_name: 'dns-domeneshop',
214214
},
215215
//####################################################//
216-
216+
domainoffensive: {
217+
display_name: 'DomainOffensive (do.de)',
218+
package_name: 'certbot-dns-do',
219+
version_requirement: '~=0.31.0',
220+
dependencies: '',
221+
credentials: 'dns_do_api_token = YOUR_DO_DE_AUTH_TOKEN',
222+
full_plugin_name: 'dns-do',
223+
},
224+
//####################################################//
217225
dynu: {
218226
display_name: 'Dynu',
219227
package_name: 'certbot-dns-dynu',

0 commit comments

Comments
 (0)