1 Name = "Epik"
2 Description = ''''''
3 URL = "https://www.epik.com/"
4 Code = "epik"
5 Since = "v4.5.0"
6 7 Example = '''
8 EPIK_SIGNATURE=xxxxxxxxxxxxxxxxxxxxxxxxxx \
9 lego --dns epik -d '*.example.com' -d example.com run
10 '''
11 12 [Configuration]
13 [Configuration.Credentials]
14 EPIK_SIGNATURE = "Epik API signature (https://registrar.epik.com/account/api-settings/)"
15 [Configuration.Additional]
16 EPIK_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
17 EPIK_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
18 EPIK_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 3600)"
19 EPIK_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
20 21 [Links]
22 API = "https://docs-userapi.epik.com/v2/"
23