Skip to content

Commit 7a3c91c

Browse files
authored
Merge pull request #804 from lebrou34/master
Add Gandi Live DNS to certbot-dns-plugins.js
2 parents 1faac4e + 508bc62 commit 7a3c91c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

global/certbot-dns-plugins.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,15 @@ certbot_dns_dnspod:dns_dnspod_api_token = "DNSPOD-API-TOKEN"`,
120120
full_plugin_name: 'certbot-dns-dnspod:dns-dnspod',
121121
},
122122
//####################################################//
123+
gandi: {
124+
display_name: 'Gandi Live DNS',
125+
package_name: 'certbot_plugin_gandi',
126+
package_version: '1.2.5',
127+
dependencies: '',
128+
credentials: 'certbot_plugin_gandi:dns_api_key = APIKEY',
129+
full_plugin_name: 'certbot-plugin-gandi:dns',
130+
},
131+
//####################################################//
123132
google: {
124133
display_name: 'Google',
125134
package_name: 'certbot-dns-google',

0 commit comments

Comments
 (0)