1 Name = "RimuHosting"
2 Description = ''''''
3 URL = "https://rimuhosting.com"
4 Code = "rimuhosting"
5 Since = "v0.3.5"
6 7 Example = '''
8 RIMUHOSTING_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
9 lego --dns rimuhosting -d '*.example.com' -d example.com run
10 '''
11 12 [Configuration]
13 [Configuration.Credentials]
14 RIMUHOSTING_API_KEY = "User API key"
15 [Configuration.Additional]
16 RIMUHOSTING_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
17 RIMUHOSTING_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
18 RIMUHOSTING_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 3600)"
19 RIMUHOSTING_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
20 21 [Links]
22 API = "https://rimuhosting.com/dns/dyndns.jsp"
23