Skip to content

Commit 607fb83

Browse files
authoredMar 11, 2021
Added transIP certbot dns plugin
1 parent bb5fc58 commit 607fb83

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
@@ -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+
transip: {
307+
display_name: 'TransIP',
308+
package_name: 'certbot-dns-transip',
309+
package_version: '0.3.3',
310+
dependencies: '',
311+
credentials: `dns_transip_username = my_username
312+
dns_transip_key_file = /etc/letsencrypt/transip-rsa.key`,
313+
full_plugin_name: 'certbot-dns-transip:dns-transip',
314+
},
305315
};

0 commit comments

Comments
 (0)
Please sign in to comment.