scaleway.toml 817 B

1234567891011121314151617181920212223
  1. Name = "Scaleway"
  2. Description = ''''''
  3. URL = "https://developers.scaleway.com/"
  4. Code = "scaleway"
  5. Since = "v3.4.0"
  6. Example = '''
  7. SCW_SECRET_KEY=xxxxxxx-xxxxx-xxxx-xxx-xxxxxx \
  8. lego --email you@example.com --dns scaleway -d '*.example.com' -d example.com run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. SCW_SECRET_KEY = "Secret key"
  13. SCW_PROJECT_ID = "Project to use (optional)"
  14. [Configuration.Additional]
  15. SCW_ACCESS_KEY = "Access key"
  16. SCW_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
  17. SCW_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
  18. SCW_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
  19. [Links]
  20. API = "https://developers.scaleway.com/en/products/domain/dns/api/"