le-cert-server
GitHub

Open Telekom Cloud

Configuration for the Open Telekom Cloud DNS provider.

See the lego documentation for full details.

letsEncrypt:
  dnsProvider: "otc"
  dnsCredentials:
    # OTC_DOMAIN_NAME: Domain name
    domainName: ""
    # OTC_PASSWORD: Password
    password: ""
    # OTC_PROJECT_NAME: Project name
    projectName: ""
    # OTC_USER_NAME: User name
    userName: ""
    # OTC_IDENTITY_ENDPOINT: Identity endpoint URL (default: https://iam.eu-de.otc.t-systems.com:443/v3/auth/tokens)
    identityEndpoint: ""
    # OTC_POLLING_INTERVAL: Time between DNS propagation check in seconds (Default: 2)
    pollingInterval: ""
    # OTC_PRIVATE_ZONE: Set to true to use private zones only (default: use public zones only)
    privateZone: ""
    # OTC_PROPAGATION_TIMEOUT: Maximum waiting time for DNS propagation in seconds (Default: 60)
    propagationTimeout: ""
    # OTC_SEQUENCE_INTERVAL: Time between sequential requests in seconds (Default: 60)
    sequenceInterval: ""
    # OTC_TTL: The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)
    ttl: ""

Credentials are passed directly to lego using strong types and are never written to the process environment. You may also use the raw lego environment-variable names as keys instead of the normalized names.

Edit this page on GitHub