From 7d55baf59cb0ee4729c83e68b1aa6c29e59be41c Mon Sep 17 00:00:00 2001 From: Kevin White Date: Thu, 16 Nov 2023 19:36:06 -0500 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dnsapi.md b/dnsapi.md index da55db3..85eacee 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -578,7 +578,13 @@ The `CY_Username`, `CY_Password` and `CY_OTP_Secret` will be saved in `~/.acme.s ## 18. Use Gandi LiveDNS API -You must enable the new Gandi LiveDNS API first and then create your api key, See: https://api.gandi.net/docs/livedns/ +You must enable the new Gandi LiveDNS API first and then create your Personal Access Token (PAT) or api key (deprecated), See: https://api.gandi.net/docs/livedns/ and https://docs.gandi.net/en/managing_an_organization/organizations/personal_access_token.html + +```sh +export GANDI_LIVEDNS_TOKEN="" +``` + +or (deprecated): ```sh export GANDI_LIVEDNS_KEY=""