infomaniak.toml 1023 B

123456789101112131415161718192021222324252627282930
  1. Name = "Infomaniak"
  2. Description = ''''''
  3. URL = "https://www.infomaniak.com/"
  4. Code = "infomaniak"
  5. Since = "v4.1.0"
  6. Example = '''
  7. INFOMANIAK_ACCESS_TOKEN=1234567898765432 \
  8. lego --email you@example.com --dns infomaniak -d '*.example.com' -d example.com run
  9. '''
  10. Additional = '''
  11. ## Access token
  12. Access token can be created at the url https://manager.infomaniak.com/v3/infomaniak-api.
  13. You will need domain scope.
  14. '''
  15. [Configuration]
  16. [Configuration.Credentials]
  17. INFOMANIAK_ACCESS_TOKEN = "Access token"
  18. [Configuration.Additional]
  19. INFOMANIAK_ENDPOINT = "https://api.infomaniak.com"
  20. INFOMANIAK_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
  21. INFOMANIAK_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
  22. INFOMANIAK_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  23. INFOMANIAK_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  24. [Links]
  25. API = "https://api.infomaniak.com/doc"