brandit.toml 1.0 KB

1234567891011121314151617181920212223242526272829
  1. Name = "Brandit (deprecated)"
  2. Description = '''
  3. Brandit has been acquired by Abion.
  4. Abion has a different API.
  5. If you are a Brandit/Albion user, you can try the PR https://github.com/go-acme/lego/pull/2112.
  6. '''
  7. URL = "https://www.brandit.com/"
  8. Code = "brandit"
  9. Since = "v4.11.0"
  10. Example = '''
  11. BRANDIT_API_KEY=xxxxxxxxxxxxxxxxxxxxx \
  12. BRANDIT_API_USERNAME=yyyyyyyyyyyyyyyyyyyy \
  13. lego --email you@example.com --dns brandit -d '*.example.com' -d example.com run
  14. '''
  15. [Configuration]
  16. [Configuration.Credentials]
  17. BRANDIT_API_KEY = "The API key"
  18. BRANDIT_API_USERNAME = "The API username"
  19. [Configuration.Additional]
  20. BRANDIT_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  21. BRANDIT_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 600)"
  22. BRANDIT_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 600)"
  23. BRANDIT_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  24. [Links]
  25. API = "https://portal.brandit.com/apidocv3"