mythicbeasts.toml 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. Name = "MythicBeasts"
  2. Description = ''''''
  3. URL = "https://www.mythic-beasts.com/"
  4. Code = "mythicbeasts"
  5. Since = "v0.3.7"
  6. Example = '''
  7. MYTHICBEASTS_USERNAME=myuser \
  8. MYTHICBEASTS_PASSWORD=mypass \
  9. lego --email you@example.com --dns mythicbeasts -d '*.example.com' -d example.com run
  10. '''
  11. Additional = '''
  12. If you are using specific API keys, then the username is the API ID for your API key, and the password is the API secret.
  13. Your API key name is not needed to operate lego.
  14. '''
  15. [Configuration]
  16. [Configuration.Credentials]
  17. MYTHICBEASTS_USERNAME = "User name"
  18. MYTHICBEASTS_PASSWORD = "Password"
  19. [Configuration.Additional]
  20. MYTHICBEASTS_API_ENDPOINT = "The endpoint for the API (must implement v2)"
  21. MYTHICBEASTS_AUTH_API_ENDPOINT = "The endpoint for Mythic Beasts' Authentication"
  22. MYTHICBEASTS_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  23. MYTHICBEASTS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  24. MYTHICBEASTS_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  25. MYTHICBEASTS_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
  26. [Links]
  27. API = "https://www.mythic-beasts.com/support/api/dnsv2"
  28. APIAuth = "https://auth.mythic-beasts.com/login"