timewebcloud.toml raw

   1  Name = "Timeweb Cloud"
   2  Description = ''''''
   3  URL = "https://timeweb.cloud/"
   4  Code = "timewebcloud"
   5  Since = "v4.20.0"
   6  
   7  Example = '''
   8  TIMEWEBCLOUD_AUTH_TOKEN=xxxxxx \
   9  lego --dns timewebcloud -d '*.example.com' -d example.com run
  10  '''
  11  
  12  [Configuration]
  13    [Configuration.Credentials]
  14      TIMEWEBCLOUD_AUTH_TOKEN = "Authentication token"
  15    [Configuration.Additional]
  16      TIMEWEBCLOUD_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  17      TIMEWEBCLOUD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  18      TIMEWEBCLOUD_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
  19  
  20  [Links]
  21    API = "https://timeweb.cloud/api-docs"
  22