mittwald.toml 726 B

1234567891011121314151617181920212223
  1. Name = "Mittwald"
  2. Description = ''''''
  3. URL = "https://www.mittwald.de/"
  4. Code = "mittwald"
  5. Since = "v1.48.0"
  6. Example = '''
  7. MITTWALD_TOKEN=my-token \
  8. lego --email you@example.com --dns mittwald --domains my.example.org run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. MITTWALD_TOKEN = "API token"
  13. [Configuration.Additional]
  14. MITTWALD_POLLING_INTERVAL = "Time between DNS propagation check"
  15. MITTWALD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  16. MITTWALD_TTL = "The TTL of the TXT record used for the DNS challenge"
  17. MITTWALD_HTTP_TIMEOUT = "API request timeout"
  18. MITTWALD_SEQUENCE_INTERVAL = "Time between sequential requests"
  19. [Links]
  20. API = "https://api.mittwald.de/v2/docs/"