Skip to content

Commit c807b59

Browse files
authored
Merge pull request #1149 from Fuechslein/develop
2 parents 60fc574 + 655094a commit c807b59

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

global/certbot-dns-plugins.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,15 @@ dns_godaddy_key = abcdef0123456789abcdef01234567abcdef0123`,
241241
full_plugin_name: 'certbot-dns-hetzner:dns-hetzner',
242242
},
243243
//####################################################//
244+
infomaniak: {
245+
display_name: 'Infomaniak',
246+
package_name: 'certbot-dns-infomaniak',
247+
package_version: '0.1.12',
248+
dependencies: '',
249+
credentials: 'certbot_dns_infomaniak:dns_infomaniak_token = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
250+
full_plugin_name: 'certbot-dns-infomaniak:dns-infomaniak',
251+
},
252+
//####################################################//
244253
inwx: {
245254
display_name: 'INWX',
246255
package_name: 'certbot-dns-inwx',
@@ -253,6 +262,17 @@ certbot_dns_inwx:dns_inwx_shared_secret = your_shared_secret optional`,
253262
full_plugin_name: 'certbot-dns-inwx:dns-inwx',
254263
},
255264
//####################################################//
265+
ionos: {
266+
display_name: 'IONOS',
267+
package_name: 'certbot-dns-ionos',
268+
package_version: '0.0.7',
269+
dependencies: '',
270+
credentials: `certbot_dns_ionos:dns_ionos_prefix = myapikeyprefix
271+
certbot_dns_ionos:dns_ionos_secret = verysecureapikeysecret
272+
certbot_dns_ionos:dns_ionos_endpoint = https://api.hosting.ionos.com`,
273+
full_plugin_name: 'certbot-dns-ionos:dns-ionos',
274+
},
275+
//####################################################//
256276
ispconfig: {
257277
display_name: 'ISPConfig',
258278
package_name: 'certbot-dns-ispconfig',

0 commit comments

Comments
 (0)