lego/providers/dns/rimuhosting/rimuhosting.toml

23 lines
726 B
TOML
Raw Normal View History

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
'''
[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"