@@ -38,6 +38,25 @@ dns_cloudxns_secret_key = 1122334455667788`,
38
38
full_plugin_name : "dns-cloudxns" ,
39
39
} ,
40
40
//####################################################//
41
+ corenetworks : {
42
+ display_name : "Core Networks" ,
43
+ package_name : "certbot-dns-corenetworks" ,
44
+ package_version : "0.1.4" ,
45
+ credentials : `certbot_dns_corenetworks:dns_corenetworks_username = asaHB12r
46
+ certbot_dns_corenetworks:dns_corenetworks_password = secure_password` ,
47
+ full_plugin_name : "certbot-dns-corenetworks:dns-corenetworks" ,
48
+ } ,
49
+ //####################################################//
50
+ cpanel : {
51
+ display_name : "cPanel" ,
52
+ package_name : "certbot-dns-cpanel" ,
53
+ package_version : "0.2.2" ,
54
+ credentials : `certbot_dns_cpanel:cpanel_url = https://cpanel.example.com:2083
55
+ certbot_dns_cpanel:cpanel_username = user
56
+ certbot_dns_cpanel:cpanel_password = hunter2` ,
57
+ full_plugin_name : "certbot-dns-cpanel:cpanel" ,
58
+ } ,
59
+ //####################################################//
41
60
digitalocean : {
42
61
display_name : "DigitalOcean" ,
43
62
package_name : "certbot-dns-digitalocean" ,
@@ -46,6 +65,16 @@ dns_cloudxns_secret_key = 1122334455667788`,
46
65
full_plugin_name : "dns-digitalocean" ,
47
66
} ,
48
67
//####################################################//
68
+ directadmin : {
69
+ display_name : "DirectAdmin" ,
70
+ package_name : "certbot-dns-directadmin" ,
71
+ package_version : "0.0.20" ,
72
+ credentials : `directadmin_url = https://my.directadminserver.com:2222
73
+ directadmin_username = username
74
+ directadmin_password = aSuperStrongPassword` ,
75
+ full_plugin_name : "certbot-dns-directadmin:directadmin" ,
76
+ } ,
77
+ //####################################################//
49
78
dnsimple : {
50
79
display_name : "DNSimple" ,
51
80
package_name : "certbot-dns-dnsimple" ,
@@ -63,6 +92,15 @@ dns_dnsmadeeasy_secret_key = c9b5625f-9834-4ff8-baba-4ed5f32cae55`,
63
92
full_plugin_name : "dns-dnsmadeeasy" ,
64
93
} ,
65
94
//####################################################//
95
+ dnspod : {
96
+ display_name : "DNSPod" ,
97
+ package_name : "certbot-dns-dnspod" ,
98
+ package_version : "0.1.0" ,
99
+ credentials : `certbot_dns_dnspod:dns_dnspod_email = "DNSPOD-API-REQUIRES-A-VALID-EMAIL"
100
+ certbot_dns_dnspod:dns_dnspod_api_token = "DNSPOD-API-TOKEN"` ,
101
+ full_plugin_name : "certbot-dns-dnspod:dns-dnspod" ,
102
+ } ,
103
+ //####################################################//
66
104
google : {
67
105
display_name : "Google" ,
68
106
package_name : "certbot-dns-google" ,
@@ -82,6 +120,36 @@ dns_dnsmadeeasy_secret_key = c9b5625f-9834-4ff8-baba-4ed5f32cae55`,
82
120
full_plugin_name : "certbot-dns-hetzner:dns-hetzner" ,
83
121
} ,
84
122
//####################################################//
123
+ inwx : {
124
+ display_name : "INWX" ,
125
+ package_name : "certbot-dns-inwx" ,
126
+ package_version : "2.1.2" ,
127
+ credentials : `certbot_dns_inwx:dns_inwx_url = https://api.domrobot.com/xmlrpc/
128
+ certbot_dns_inwx:dns_inwx_username = your_username
129
+ certbot_dns_inwx:dns_inwx_password = your_password
130
+ certbot_dns_inwx:dns_inwx_shared_secret = your_shared_secret optional` ,
131
+ full_plugin_name : "certbot-dns-inwx:dns-inwx" ,
132
+ } ,
133
+ //####################################################//
134
+ ispconfig : {
135
+ display_name : "ISPConfig" ,
136
+ package_name : "certbot-dns-ispconfig" ,
137
+ package_version : "0.2.0" ,
138
+ credentials : `certbot_dns_ispconfig:dns_ispconfig_username = myremoteuser
139
+ certbot_dns_ispconfig:dns_ispconfig_password = verysecureremoteuserpassword
140
+ certbot_dns_ispconfig:dns_ispconfig_endpoint = https://localhost:8080` ,
141
+ full_plugin_name : "certbot-dns-ispconfig:dns-ispconfig" ,
142
+ } ,
143
+ //####################################################//
144
+ isset : {
145
+ display_name : "Isset" ,
146
+ package_name : "certbot-dns-isset" ,
147
+ package_version : "0.0.3" ,
148
+ credentials : `certbot_dns_isset:dns_isset_endpoint="https://customer.isset.net/api"
149
+ certbot_dns_isset:dns_isset_token="<token>"` ,
150
+ full_plugin_name : "certbot-dns-isset:dns-isset" ,
151
+ } ,
152
+ //####################################################//
85
153
linode : {
86
154
display_name : "Linode" ,
87
155
package_name : "certbot-dns-linode" ,
@@ -137,6 +205,15 @@ dns_ovh_consumer_key = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw`,
137
205
full_plugin_name : "dns-ovh" ,
138
206
} ,
139
207
//####################################################//
208
+ powerdns : {
209
+ display_name : "PowerDNS" ,
210
+ package_name : "certbot-dns-powerdns" ,
211
+ package_version : "0.2.0" ,
212
+ credentials : `certbot_dns_powerdns:dns_powerdns_api_url = https://api.mypowerdns.example.org
213
+ certbot_dns_powerdns:dns_powerdns_api_key = AbCbASsd!@34` ,
214
+ full_plugin_name : "certbot-dns-powerdns:dns-powerdns" ,
215
+ } ,
216
+ //####################################################//
140
217
rfc2136 : {
141
218
display_name : "RFC 2136" ,
142
219
package_name : "certbot-dns-rfc2136" ,
@@ -161,4 +238,12 @@ dns_rfc2136_algorithm = HMAC-SHA512`,
161
238
credentials : false ,
162
239
full_plugin_name : "dns-route53" ,
163
240
} ,
241
+ //####################################################//
242
+ vultr : {
243
+ display_name : "Vultr" ,
244
+ package_name : "certbot-dns-vultr" ,
245
+ package_version : "1.0.3" ,
246
+ credentials : `certbot_dns_vultr:dns_vultr_key = YOUR_VULTR_API_KEY` ,
247
+ full_plugin_name : "certbot-dns-vultr:dns-vultr" ,
248
+ } ,
164
249
} ;
0 commit comments