scaleway.toml 725 B

12345678910111213141516171819202122
  1. Name = "Scaleway"
  2. Description = ''''''
  3. URL = "https://developers.scaleway.com/"
  4. Code = "scaleway"
  5. Since = "v3.4.0"
  6. Example = '''
  7. SCALEWAY_API_TOKEN=xxxxxxx-xxxxx-xxxx-xxx-xxxxxx \
  8. lego --email you@example.com --dns scaleway --domains my.example.org run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. SCALEWAY_API_TOKEN = "API token"
  13. SCALEWAY_PROJECT_ID = "Project to use (optional)"
  14. [Configuration.Additional]
  15. SCALEWAY_POLLING_INTERVAL = "Time between DNS propagation check"
  16. SCALEWAY_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  17. SCALEWAY_TTL = "The TTL of the TXT record used for the DNS challenge"
  18. [Links]
  19. API = "https://developers.scaleway.com/en/products/domain/dns/api/"