brandit.toml 765 B

123456789101112131415161718192021222324
  1. Name = "BRANDIT"
  2. Description = ''''''
  3. URL = "https://www.brandit.com/"
  4. Code = "brandit"
  5. Since = "v4.11.0"
  6. Example = '''
  7. BRANDIT_API_KEY=xxxxxxxxxxxxxxxxxxxxx \
  8. BRANDIT_API_USERNAME=yyyyyyyyyyyyyyyyyyyy \
  9. lego --email myemail@example.com --dns brandit --domains my.example.org run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. BRANDIT_API_KEY = "The API key"
  14. BRANDIT_API_USERNAME = "The API username"
  15. [Configuration.Additional]
  16. BRANDIT_POLLING_INTERVAL = "Time between DNS propagation check"
  17. BRANDIT_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  18. BRANDIT_TTL = "The TTL of the TXT record used for the DNS challenge"
  19. BRANDIT_HTTP_TIMEOUT = "API request timeout"
  20. [Links]
  21. API = "https://portal.brandit.com/apidocv3"