Skip to content

Commit d36dbb8

Browse files
authored
Merge pull request NginxProxyManager#942 from nielscil/develop-certbot-dns-transip
Added TransIP dns provider
2 parents b7fb2cf + d0a0c77 commit d36dbb8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

global/certbot-dns-plugins.js

+10
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,16 @@ dns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy`,
303303
full_plugin_name: 'certbot-dns-eurodns:dns-eurodns',
304304
},
305305
//####################################################//
306+
transip: {
307+
display_name: 'TransIP',
308+
package_name: 'certbot-dns-transip',
309+
package_version: '0.3.3',
310+
dependencies: '',
311+
credentials: `certbot_dns_transip:dns_transip_username = my_username
312+
certbot_dns_transip:dns_transip_key_file = /etc/letsencrypt/transip-rsa.key`,
313+
full_plugin_name: 'certbot-dns-transip:dns-transip',
314+
},
315+
//####################################################//
306316
acmedns: {
307317
display_name: 'ACME-DNS',
308318
package_name: 'certbot-dns-acmedns',

0 commit comments

Comments
 (0)