We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bf1c1e + ead1991 commit 9951446Copy full SHA for 9951446
global/certbot-dns-plugins.js
@@ -302,4 +302,14 @@ dns_eurodns_apiKey = mysecretpassword
302
dns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy`,
303
full_plugin_name: 'certbot-dns-eurodns:dns-eurodns',
304
},
305
+ //####################################################//
306
+ acmedns: {
307
+ display_name: 'ACME-DNS',
308
+ package_name: 'certbot-dns-acmedns',
309
+ package_version: '0.1.0',
310
+ dependencies: '',
311
+ credentials: `certbot_dns_acmedns:dns_acmedns_api_url = http://acmedns-server/
312
+certbot_dns_acmedns:dns_acmedns_registration_file = /data/acme-registration.json`,
313
+ full_plugin_name: 'certbot-dns-acmedns:dns-acmedns',
314
+ },
315
};
0 commit comments