Skip to content

Commit ea6e975

Browse files
authored
Merge pull request #3401 from JeremieA/certbot-dns-gandi-1.5.0
Update certbot-dns-plugins.js for gandi
2 parents 1308ae4 + 13d4f98 commit ea6e975

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

global/certbot-dns-plugins.js

+3-6
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)