allinkl.toml raw

   1  Name = "all-inkl"
   2  Description = ''''''
   3  URL = "https://all-inkl.com"
   4  Code = "allinkl"
   5  Since = "v4.5.0"
   6  
   7  Example = '''
   8  ALL_INKL_LOGIN=xxxxxxxxxxxxxxxxxxxxxxxxxx \
   9  ALL_INKL_PASSWORD=yyyyyyyyyyyyyyyyyyyyyyyyyy \
  10  lego --dns allinkl -d '*.example.com' -d example.com run
  11  '''
  12  
  13  [Configuration]
  14    [Configuration.Credentials]
  15      ALL_INKL_LOGIN = "KAS login"
  16      ALL_INKL_PASSWORD = "KAS password"
  17    [Configuration.Additional]
  18      ALL_INKL_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  19      ALL_INKL_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  20      ALL_INKL_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  21  
  22  [Links]
  23    API = "https://kasapi.kasserver.com/dokumentation/phpdoc/index.html"
  24    Guide = "https://kasapi.kasserver.com/dokumentation/"
  25