ispconfig.toml raw

   1  Name = "ISPConfig 3"
   2  Description = ''''''
   3  URL = "https://www.ispconfig.org/"
   4  Code = "ispconfig"
   5  Since = "v4.31.0"
   6  
   7  Example = '''
   8  ISPCONFIG_SERVER_URL="https://example.com:8080/remote/json.php" \
   9  ISPCONFIG_USERNAME="xxx" \
  10  ISPCONFIG_PASSWORD="yyy" \
  11  lego --dns ispconfig -d '*.example.com' -d example.com run
  12  '''
  13  
  14  [Configuration]
  15    [Configuration.Credentials]
  16      ISPCONFIG_SERVER_URL = "Server URL"
  17      ISPCONFIG_USERNAME = "Username"
  18      ISPCONFIG_PASSWORD = "Password"
  19    [Configuration.Additional]
  20      ISPCONFIG_INSECURE_SKIP_VERIFY = "Whether to verify the API certificate"
  21      ISPCONFIG_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  22      ISPCONFIG_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  23      ISPCONFIG_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  24      ISPCONFIG_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  25  
  26  [Links]
  27    API = "https://git.ispconfig.org/ispconfig/ispconfig3/-/blob/develop/remoting_client/API-docs/index.html"
  28