otc.toml raw

   1  Name = "Open Telekom Cloud"
   2  Description = ''''''
   3  URL = "https://cloud.telekom.de/en"
   4  Code = "otc"
   5  Since = "v0.4.1"
   6  
   7  Example = '''
   8  OTC_DOMAIN_NAME=domain_name \
   9  OTC_USER_NAME=user_name \
  10  OTC_PASSWORD=password \
  11  OTC_PROJECT_NAME=project_name \
  12  lego --dns otc -d '*.example.com' -d example.com run
  13  '''
  14  
  15  [Configuration]
  16    [Configuration.Credentials]
  17      OTC_USER_NAME = "User name"
  18      OTC_PASSWORD = "Password"
  19      OTC_PROJECT_NAME = "Project name"
  20      OTC_DOMAIN_NAME = "Domain name"
  21    [Configuration.Additional]
  22      OTC_IDENTITY_ENDPOINT = "Identity endpoint URL (default: https://iam.eu-de.otc.t-systems.com:443/v3/auth/tokens)"
  23      OTC_PRIVATE_ZONE = "Set to true to use private zones only (default: use public zones only)"
  24      OTC_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  25      OTC_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  26      OTC_SEQUENCE_INTERVAL = "Time between sequential requests in seconds (Default: 60)"
  27      OTC_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  28      OTC_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
  29  
  30  [Links]
  31    API = "https://docs.otc.t-systems.com/domain-name-service/api-ref/index.html"
  32  
  33