Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/zz_gen_cmd_dnshelp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions docs/content/dns/zz_gen_otc.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions providers/dns/otc/otc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ URL = "https://cloud.telekom.de/en"
Code = "otc"
Since = "v0.4.1"

Example = ''''''
Example = '''
OTC_DOMAIN_NAME=domain_name \
OTC_USER_NAME=user_name \
OTC_PASSWORD=password \
OTC_PROJECT_NAME=project_name \
lego --email [email protected] --dns otc -d '*.example.com' -d example.com run
'''

[Configuration]
[Configuration.Credentials]
Expand All @@ -13,7 +19,7 @@ Example = ''''''
OTC_PROJECT_NAME = "Project name"
OTC_DOMAIN_NAME = "Domain name"
[Configuration.Additional]
OTC_IDENTITY_ENDPOINT = "Identity endpoint URL"
OTC_IDENTITY_ENDPOINT = "Identity endpoint URL (default: https://iam.eu-de.otc.t-systems.com:443/v3/auth/tokens)"
OTC_PRIVATE_ZONE = "Set to true to use private zones only (default: use public zones only)"
OTC_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
OTC_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
Expand Down
Loading