docs/content/dns/zz_gen_otc.md
Configuration for Open Telekom Cloud.
<!--more-->otcHere is an example bash command using the Open Telekom Cloud provider:
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
| Environment Variable Name | Description |
|---|---|
OTC_DOMAIN_NAME | Domain name |
OTC_PASSWORD | Password |
OTC_PROJECT_NAME | Project name |
OTC_USER_NAME | User 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" %}}).
| Environment Variable Name | Description |
|---|---|
OTC_HTTP_TIMEOUT | API request timeout in seconds (Default: 10) |
OTC_IDENTITY_ENDPOINT | Identity endpoint URL (default: https://iam.eu-de.otc.t-systems.com:443/v3/auth/tokens) |
OTC_POLLING_INTERVAL | Time between DNS propagation check in seconds (Default: 2) |
OTC_PRIVATE_ZONE | Set to true to use private zones only (default: use public zones only) |
OTC_PROPAGATION_TIMEOUT | Maximum waiting time for DNS propagation in seconds (Default: 60) |
OTC_SEQUENCE_INTERVAL | Time between sequential requests in seconds (Default: 60) |
OTC_TTL | The 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" %}}).