scaleway.toml 732 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 --domains my.example.org 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"
  17. SCW_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  18. SCW_TTL = "The TTL of the TXT record used for the DNS challenge"
  19. [Links]
  20. API = "https://developers.scaleway.com/en/products/domain/dns/api/"