20
20
*/
21
21
22
22
module . exports = {
23
+ //####################################################//
24
+ acmedns : {
25
+ display_name : 'ACME-DNS' ,
26
+ package_name : 'certbot-dns-acmedns' ,
27
+ package_version : '0.1.0' ,
28
+ dependencies : '' ,
29
+ credentials : `certbot_dns_acmedns:dns_acmedns_api_url = http://acmedns-server/
30
+ certbot_dns_acmedns:dns_acmedns_registration_file = /data/acme-registration.json` ,
31
+ full_plugin_name : 'certbot-dns-acmedns:dns-acmedns' ,
32
+ } ,
23
33
aliyun : {
24
34
display_name : 'Aliyun' ,
25
35
package_name : 'certbot-dns-aliyun' ,
@@ -97,6 +107,15 @@ certbot_dns_cpanel:cpanel_password = hunter2`,
97
107
full_plugin_name : 'certbot-dns-cpanel:cpanel' ,
98
108
} ,
99
109
//####################################################//
110
+ duckdns : {
111
+ display_name : 'DuckDNS' ,
112
+ package_name : 'certbot-dns-duckdns' ,
113
+ package_version : '0.5' ,
114
+ dependencies : '' ,
115
+ credentials : 'dns_duckdns_token=<your-duckdns-token>' ,
116
+ full_plugin_name : 'dns-duckdns' ,
117
+ } ,
118
+ //####################################################//
100
119
digitalocean : {
101
120
display_name : 'DigitalOcean' ,
102
121
package_name : 'certbot-dns-digitalocean' ,
@@ -146,6 +165,17 @@ certbot_dns_dnspod:dns_dnspod_api_token = "DNSPOD-API-TOKEN"`,
146
165
full_plugin_name : 'certbot-dns-dnspod:dns-dnspod' ,
147
166
} ,
148
167
//####################################################//
168
+ eurodns : {
169
+ display_name : 'EuroDNS' ,
170
+ package_name : 'certbot-dns-eurodns' ,
171
+ package_version : '0.0.4' ,
172
+ dependencies : '' ,
173
+ credentials : `dns_eurodns_applicationId = myuser
174
+ dns_eurodns_apiKey = mysecretpassword
175
+ dns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy` ,
176
+ full_plugin_name : 'certbot-dns-eurodns:dns-eurodns' ,
177
+ } ,
178
+ //####################################################//
149
179
gandi : {
150
180
display_name : 'Gandi Live DNS' ,
151
181
package_name : 'certbot_plugin_gandi' ,
@@ -319,26 +349,6 @@ aws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY`,
319
349
full_plugin_name : 'dns-route53' ,
320
350
} ,
321
351
//####################################################//
322
- vultr : {
323
- display_name : 'Vultr' ,
324
- package_name : 'certbot-dns-vultr' ,
325
- package_version : '1.0.3' ,
326
- dependencies : '' ,
327
- credentials : 'certbot_dns_vultr:dns_vultr_key = YOUR_VULTR_API_KEY' ,
328
- full_plugin_name : 'certbot-dns-vultr:dns-vultr' ,
329
- } ,
330
- //####################################################//
331
- eurodns : {
332
- display_name : 'EuroDNS' ,
333
- package_name : 'certbot-dns-eurodns' ,
334
- package_version : '0.0.4' ,
335
- dependencies : '' ,
336
- credentials : `dns_eurodns_applicationId = myuser
337
- dns_eurodns_apiKey = mysecretpassword
338
- dns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy` ,
339
- full_plugin_name : 'certbot-dns-eurodns:dns-eurodns' ,
340
- } ,
341
- //####################################################//
342
352
transip : {
343
353
display_name : 'TransIP' ,
344
354
package_name : 'certbot-dns-transip' ,
@@ -349,22 +359,12 @@ certbot_dns_transip:dns_transip_key_file = /etc/letsencrypt/transip-rsa.key`,
349
359
full_plugin_name : 'certbot-dns-transip:dns-transip' ,
350
360
} ,
351
361
//####################################################//
352
- acmedns : {
353
- display_name : 'ACME-DNS' ,
354
- package_name : 'certbot-dns-acmedns' ,
355
- package_version : '0.1.0' ,
356
- dependencies : '' ,
357
- credentials : `certbot_dns_acmedns:dns_acmedns_api_url = http://acmedns-server/
358
- certbot_dns_acmedns:dns_acmedns_registration_file = /data/acme-registration.json` ,
359
- full_plugin_name : 'certbot-dns-acmedns:dns-acmedns' ,
360
- } ,
361
- //####################################################//
362
- duckdns : {
363
- display_name : 'DuckDNS' ,
364
- package_name : 'certbot-dns-duckdns' ,
365
- package_version : '0.5' ,
362
+ vultr : {
363
+ display_name : 'Vultr' ,
364
+ package_name : 'certbot-dns-vultr' ,
365
+ package_version : '1.0.3' ,
366
366
dependencies : '' ,
367
- credentials : '<DUCKDNS_TOKEN> ' ,
368
- full_plugin_name : 'certbot-dns-duckdns :dns-duckdns ' ,
367
+ credentials : 'certbot_dns_vultr:dns_vultr_key = YOUR_VULTR_API_KEY ' ,
368
+ full_plugin_name : 'certbot-dns-vultr :dns-vultr ' ,
369
369
} ,
370
370
} ;
0 commit comments