hostingde.toml raw
1 Name = "Hosting.de"
2 Description = ''''''
3 URL = "https://www.hosting.de/"
4 Code = "hostingde"
5 Since = "v1.1.0"
6
7 Example = '''
8 HOSTINGDE_API_KEY=xxxxxxxx \
9 lego --dns hostingde -d '*.example.com' -d example.com run
10 '''
11
12 [Configuration]
13 [Configuration.Credentials]
14 HOSTINGDE_API_KEY = "API key"
15 [Configuration.Additional]
16 HOSTINGDE_ZONE_NAME = "Zone name in ACE format"
17 HOSTINGDE_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
18 HOSTINGDE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
19 HOSTINGDE_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
20 HOSTINGDE_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
21
22 [Links]
23 API = "https://www.hosting.de/api/#dns"
24
25
26