1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-10 18:53:06 +02:00
lego/providers/dns/epik/epik.toml

23 lines
714 B
TOML
Raw Normal View History

2021-09-29 20:40:35 +02:00
Name = "Epik"
Description = ''''''
URL = "https://www.epik.com/"
Code = "epik"
Since = "v4.5.0"
Example = '''
EPIK_SIGNATURE=xxxxxxxxxxxxxxxxxxxxxxxxxx \
2024-11-08 00:55:04 +02:00
lego --email you@example.com --dns epik -d '*.example.com' -d example.com run
2021-09-29 20:40:35 +02:00
'''
[Configuration]
[Configuration.Credentials]
EPIK_SIGNATURE = "Epik API signature (https://registrar.epik.com/account/api-settings/)"
[Configuration.Additional]
EPIK_POLLING_INTERVAL = "Time between DNS propagation check"
EPIK_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
EPIK_TTL = "The TTL of the TXT record used for the DNS challenge"
EPIK_HTTP_TIMEOUT = "API request timeout"
[Links]
2024-10-05 00:11:16 +02:00
API = "https://docs-userapi.epik.com/v2/"