Update DNS change access for Gandi with ACME.SH

This commit is contained in:
exu 2024-01-20 16:54:03 +01:00
parent 952d774d41
commit dfbd4acd30

View File

@ -45,14 +45,18 @@ Needs root to start a server on port 80
### Gandi
Create a personal access token with permissions to "Manage domain name technical configurations"
[shuser]
```sh
export GANDI_LIVEDNS_KEY="[API KEY]"
export GANDI_LIVEDNS_TOKEN="[Personal Access Token]"
```
[/shuser]
**Warning: `export GANDI_LIVEDNS_KEY="[API KEY]"` is deprecated**
[shuser]
```sh