gandiv5.toml raw
1 Name = "Gandi Live DNS (v5)"
2 Description = ''''''
3 URL = "https://www.gandi.net"
4 Code = "gandiv5"
5 Since = "v0.5.0"
6
7 Example = '''
8 GANDIV5_PERSONAL_ACCESS_TOKEN=abcdefghijklmnopqrstuvwx \
9 lego --dns gandiv5 -d '*.example.com' -d example.com run
10 '''
11
12 [Configuration]
13 [Configuration.Credentials]
14 GANDIV5_PERSONAL_ACCESS_TOKEN = "Personal Access Token"
15 GANDIV5_API_KEY = "API key (Deprecated)"
16 [Configuration.Additional]
17 GANDIV5_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 20)"
18 GANDIV5_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 1200)"
19 GANDIV5_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
20 GANDIV5_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
21
22 [Links]
23 API = "https://api.gandi.net/docs/livedns/"
24