Skip to content

Commit ead1991

Browse files
committed
Add ACME-DNS certbot plugin
uses https://github.com/pan-net-security/certbot-dns-acmedns in to implement ACME-DNS support. Requires file in /data with following layout # cat /data/acme-registration.json { "something.acme.com": { "username": "6e14735c-2c6a-447e-b63d-a23ac4438bd7", "password": "dd6gnYS-IxrQfDLbdPRX3hrFhS_SLrwbS0kSl_i8", "fulldomain": "3b750a0e-c627-423f-9966-4799c6a9533b.auth.example.org", "subdomain": "3b750a0e-c627-423f-9966-4799c6a9533b", "allowfrom": [] } }
1 parent b7b808d commit ead1991

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

global/certbot-dns-plugins.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,4 +302,14 @@ dns_eurodns_apiKey = mysecretpassword
302302
dns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy`,
303303
full_plugin_name: 'certbot-dns-eurodns:dns-eurodns',
304304
},
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+
},
305315
};

0 commit comments

Comments
 (0)