Skip to content

Commit b62b0a2

Browse files
authored
Update certbot-dns-plugins.js
1 parent 72ac549 commit b62b0a2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

global/certbot-dns-plugins.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,15 @@ certbot_dns_dnspod:dns_dnspod_api_token = "DNSPOD-API-TOKEN"`,
110110
full_plugin_name: 'certbot-dns-dnspod:dns-dnspod',
111111
},
112112
//####################################################//
113+
gandi: {
114+
display_name: 'Gandi Live DNS',
115+
package_name: 'certbot_plugin_gandi',
116+
package_version: '1.2.5',
117+
dependencies: '',
118+
credentials: 'certbot_plugin_gandi:dns_api_key = APIKEY',
119+
full_plugin_name: 'certbot-plugin-gandi:dns',
120+
},
121+
//####################################################//
113122
google: {
114123
display_name: 'Google',
115124
package_name: 'certbot-dns-google',
@@ -272,4 +281,4 @@ aws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY`,
272281
credentials: 'certbot_dns_vultr:dns_vultr_key = YOUR_VULTR_API_KEY',
273282
full_plugin_name: 'certbot-dns-vultr:dns-vultr',
274283
},
275-
};
284+
};

0 commit comments

Comments
 (0)