1234567891011121314151617181920212223 |
- 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"
|