mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-09 00:13:17 +08:00
Updated dnsapi (markdown)
@@ -578,7 +578,13 @@ The `CY_Username`, `CY_Password` and `CY_OTP_Secret` will be saved in `~/.acme.s
|
|||||||
|
|
||||||
## 18. Use Gandi LiveDNS API
|
## 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
|
```sh
|
||||||
export GANDI_LIVEDNS_KEY="<key>"
|
export GANDI_LIVEDNS_KEY="<key>"
|
||||||
|
|||||||
Reference in New Issue
Block a user