From 284a8c66f9d5e4eb30dbe2f24904b8ca3d791f5e Mon Sep 17 00:00:00 2001 From: Jean-Robert JS Date: Wed, 23 Jul 2025 14:03:33 +0200 Subject: [PATCH 1/2] Reflects the depreciation of the API key in favor of the personal access token (PAT) --- root/defaults/dns-conf/gandi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/defaults/dns-conf/gandi.ini b/root/defaults/dns-conf/gandi.ini index 8f5d5967..e17db75e 100644 --- a/root/defaults/dns-conf/gandi.ini +++ b/root/defaults/dns-conf/gandi.ini @@ -1,7 +1,7 @@ # Instructions: https://github.com/obynio/certbot-plugin-gandi#usage # Replace with your value # live dns v5 api key -dns_gandi_api_key=APIKEY +dns_gandi_token=TOKEN # optional organization id, remove it if not used #dns_gandi_sharing_id=SHARINGID From d602e9bccf3b0ab9a189c370f17e2cf36de11bf8 Mon Sep 17 00:00:00 2001 From: Jean-Robert JS Date: Thu, 24 Jul 2025 10:47:17 +0200 Subject: [PATCH 2/2] Update gandi.ini --- root/defaults/dns-conf/gandi.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root/defaults/dns-conf/gandi.ini b/root/defaults/dns-conf/gandi.ini index e17db75e..90c0ad58 100644 --- a/root/defaults/dns-conf/gandi.ini +++ b/root/defaults/dns-conf/gandi.ini @@ -1,6 +1,5 @@ # Instructions: https://github.com/obynio/certbot-plugin-gandi#usage -# Replace with your value -# live dns v5 api key +# Replace with your Gandi Live DNS v5 Personal Access Token dns_gandi_token=TOKEN # optional organization id, remove it if not used