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=""