2020-03-14 12:32:50 +00:00
|
|
|
Name = "RimuHosting"
|
|
|
|
Description = ''''''
|
|
|
|
URL = "https://rimuhosting.com"
|
|
|
|
Code = "rimuhosting"
|
|
|
|
Since = "v0.3.5"
|
|
|
|
|
|
|
|
Example = '''
|
|
|
|
RIMUHOSTING_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
|
2022-06-16 22:25:42 +00:00
|
|
|
lego --email you@example.com --dns rimuhosting --domains my.example.org run
|
2020-03-14 12:32:50 +00:00
|
|
|
'''
|
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
RIMUHOSTING_API_KEY = "User API key"
|
|
|
|
[Configuration.Additional]
|
|
|
|
RIMUHOSTING_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
|
|
RIMUHOSTING_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
|
|
RIMUHOSTING_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
RIMUHOSTING_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
|
|
|
|
[Links]
|
|
|
|
API = "https://rimuhosting.com/dns/dyndns.jsp"
|