forked from TrueCloudLab/lego
23 lines
764 B
TOML
23 lines
764 B
TOML
Name = "Lima-City"
|
|
Description = ''''''
|
|
URL = "https://www.lima-city.de"
|
|
Code = "limacity"
|
|
Since = "v4.18.0"
|
|
|
|
Example = '''
|
|
LIMACITY_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
|
|
lego --email myemail@example.com --dns limacity --domains my.example.org run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
LIMACITY_API_KEY = "The API key"
|
|
[Configuration.Additional]
|
|
LIMACITY_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
LIMACITY_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
LIMACITY_SEQUENCE_INTERVAL = "Time between sequential requests"
|
|
LIMACITY_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
LIMACITY_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
[Links]
|
|
API = "https://www.lima-city.de/hilfe/lima-city-api"
|