axelname.toml 863 B

123456789101112131415161718192021222324
  1. Name = "Axelname"
  2. Description = ''''''
  3. URL = "https://axelname.ru"
  4. Code = "axelname"
  5. Since = "v4.23.0"
  6. Example = '''
  7. AXELNAME_NICKNAME="yyy" \
  8. AXELNAME_TOKEN="xxx" \
  9. lego --email you@example.com --dns axelname -d '*.example.com' -d example.com run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. AXELNAME_NICKNAME = "Account nickname"
  14. AXELNAME_TOKEN = "API token"
  15. [Configuration.Additional]
  16. AXELNAME_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  17. AXELNAME_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  18. AXELNAME_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  19. AXELNAME_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  20. [Links]
  21. API = "https://axelname.ru/static/content/files/axelname_api_rest_lite.pdf"