shellrent.toml 729 B

123456789101112131415161718192021222324
  1. Name = "Shellrent"
  2. Description = ''''''
  3. URL = "https://www.shellrent.com/"
  4. Code = "shellrent"
  5. Since = "v4.16.0"
  6. Example = '''
  7. SHELLRENT_USERNAME=xxxx \
  8. SHELLRENT_TOKEN=yyyy \
  9. lego --email you@example.com --dns shellrent --domains my.example.org run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. SHELLRENT_USERNAME = "Username"
  14. SHELLRENT_TOKEN = "Token"
  15. [Configuration.Additional]
  16. SHELLRENT_POLLING_INTERVAL = "Time between DNS propagation check"
  17. SHELLRENT_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  18. SHELLRENT_TTL = "The TTL of the TXT record used for the DNS challenge"
  19. SHELLRENT_HTTP_TIMEOUT = "API request timeout"
  20. [Links]
  21. API = "https://api.shellrent.com/section/api2"