mirror of
https://github.com/go-acme/lego.git
synced 2024-12-23 01:07:23 +02:00
24 lines
769 B
TOML
24 lines
769 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 you@example.com --dns limacity -d '*.example.com' -d example.com 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"
|