1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-23 17:21:50 +02:00
lego/providers/dns/liara/liara.toml

23 lines
662 B
TOML
Raw Normal View History

2022-11-26 04:06:08 +02:00
Name = "Liara"
Description = ''''''
URL = "https://liara.ir"
Code = "liara"
Since = "v4.10.0"
Example = '''
LIARA_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
2024-11-08 00:55:04 +02:00
lego --email you@example.com --dns liara -d '*.example.com' -d example.com run
2022-11-26 04:06:08 +02:00
'''
[Configuration]
[Configuration.Credentials]
LIARA_API_KEY = "The API key"
[Configuration.Additional]
LIARA_POLLING_INTERVAL = "Time between DNS propagation check"
LIARA_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
LIARA_TTL = "The TTL of the TXT record used for the DNS challenge"
LIARA_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://dns-service.iran.liara.ir/swagger"