shellrent.toml raw

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