forked from TrueCloudLab/lego
23 lines
640 B
TOML
23 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/"
|