Back to Lego

Open Telekom Cloud

docs/content/dns/zz_gen_otc.md

4.35.22.1 KB
Original Source
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/otc/otc.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->

Configuration for Open Telekom Cloud.

<!--more-->
  • Code: otc
  • Since: v0.4.1

Here is an example bash command using the Open Telekom Cloud provider:

bash
OTC_DOMAIN_NAME=domain_name \
OTC_USER_NAME=user_name \
OTC_PASSWORD=password \
OTC_PROJECT_NAME=project_name \
lego --dns otc -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
OTC_DOMAIN_NAMEDomain name
OTC_PASSWORDPassword
OTC_PROJECT_NAMEProject name
OTC_USER_NAMEUser name

The environment variable names can be suffixed by _FILE to reference a file instead of a value. More information [here]({{% ref "dns#configuration-and-credentials" %}}).

Additional Configuration

Environment Variable NameDescription
OTC_HTTP_TIMEOUTAPI request timeout in seconds (Default: 10)
OTC_IDENTITY_ENDPOINTIdentity endpoint URL (default: https://iam.eu-de.otc.t-systems.com:443/v3/auth/tokens)
OTC_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 2)
OTC_PRIVATE_ZONESet to true to use private zones only (default: use public zones only)
OTC_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 60)
OTC_SEQUENCE_INTERVALTime between sequential requests in seconds (Default: 60)
OTC_TTLThe TTL of the TXT record used for the DNS challenge in seconds (Default: 300)

The environment variable names can be suffixed by _FILE to reference a file instead of a value. More information [here]({{% ref "dns#configuration-and-credentials" %}}).

More information

<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/otc/otc.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->