We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5fc58 commit 607fb83Copy full SHA for 607fb83
global/certbot-dns-plugins.js
@@ -302,4 +302,14 @@ dns_eurodns_apiKey = mysecretpassword
302
dns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy`,
303
full_plugin_name: 'certbot-dns-eurodns:dns-eurodns',
304
},
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
+ },
315
};
0 commit comments