nginx-ui/internal/cert/config/gandi.toml
2025-01-23 10:37:42 +08:00

22 lines
761 B
TOML

Name = "Gandi"
Description = """"""
URL = "https://www.gandi.net"
Code = "gandi"
Since = "v0.3.0"
Example = '''
GANDI_API_KEY=abcdefghijklmnopqrstuvwx \
lego --email you@example.com --dns gandi -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
GANDI_API_KEY = "API key"
[Configuration.Additional]
GANDI_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 60)"
GANDI_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 2400)"
GANDI_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
GANDI_HTTP_TIMEOUT = "API request timeout in seconds (Default: 60)"
[Links]
API = "https://doc.rpc.gandi.net/index.html"