1
0
mirror of https://github.com/go-acme/lego.git synced 2025-03-11 23:14:41 +02:00
lego/providers/dns/epik/epik.toml
2025-01-11 15:35:31 +01:00

23 lines
815 B
TOML

Name = "Epik"
Description = ''''''
URL = "https://www.epik.com/"
Code = "epik"
Since = "v4.5.0"
Example = '''
EPIK_SIGNATURE=xxxxxxxxxxxxxxxxxxxxxxxxxx \
lego --email you@example.com --dns epik -d '*.example.com' -d example.com run
'''
[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 in seconds (Default: 2)"
EPIK_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
EPIK_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 3600)"
EPIK_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
[Links]
API = "https://docs-userapi.epik.com/v2/"