Updated dnsapi (markdown)

master
Kevin White 2023-11-16 19:36:06 -05:00
parent 5bc6d7dd32
commit 7d55baf59c
1 changed files with 7 additions and 1 deletions

@ -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="<key>"
```
or (deprecated):
```sh
export GANDI_LIVEDNS_KEY="<key>"