Updated dnsapi (markdown)
parent
5bc6d7dd32
commit
7d55baf59c
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue