lego/providers/dns/njalla/njalla.toml
2021-02-19 20:23:48 +00:00

22 lines
640 B
TOML

Name = "Njalla"
Description = ''''''
URL = "https://njal.la"
Code = "njalla"
Since = "v4.3.0"
Example = '''
NJALLA_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxx \
lego --email myemail@example.com --dns njalla --domains my.example.org run
'''
[Configuration]
[Configuration.Credentials]
NJALLA_TOKEN = "API token"
[Configuration.Additional]
NJALLA_POLLING_INTERVAL = "Time between DNS propagation check"
NJALLA_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
NJALLA_TTL = "The TTL of the TXT record used for the DNS challenge"
NJALLA_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://njal.la/api/"