Skip to content

Commit bd0324d

Browse files
authored
credentials property naming for transip
credentials property naming for transip
1 parent 607fb83 commit bd0324d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

global/certbot-dns-plugins.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ dns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy`,
308308
package_name: 'certbot-dns-transip',
309309
package_version: '0.3.3',
310310
dependencies: '',
311-
credentials: `dns_transip_username = my_username
312-
dns_transip_key_file = /etc/letsencrypt/transip-rsa.key`,
311+
credentials: `certbot_dns_transip:dns_transip_username = my_username
312+
certbot_dns_transip:dns_transip_key_file = /etc/letsencrypt/transip-rsa.key`,
313313
full_plugin_name: 'certbot-dns-transip:dns-transip',
314314
},
315315
};

0 commit comments

Comments
 (0)