Skip to content

Commit 13d4f98

Browse files
committed
Update certbot-dns-plugins.js for gandi (deprecation of Apikey in favor of personal tokens)
1 parent e08a4d4 commit 13d4f98

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

global/certbot-dns-plugins.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,10 @@ dns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy`,
254254
gandi: {
255255
display_name: 'Gandi Live DNS',
256256
package_name: 'certbot_plugin_gandi',
257-
version_requirement: '~=1.3.2',
257+
version_requirement: '~=1.5.0',
258258
dependencies: '',
259-
credentials: `# live dns v5 api key
260-
dns_gandi_api_key=APIKEY
261-
262-
# optional organization id, remove it if not used
263-
dns_gandi_sharing_id=SHARINGID`,
259+
credentials: `# Gandi personal access token
260+
dns_gandi_token=PERSONAL_ACCESS_TOKEN`,
264261
full_plugin_name: 'dns-gandi',
265262
},
266263
//####################################################//

0 commit comments

Comments
 (0)