NOTE: The following documentation is auto-generated from the ACME provider's API library lego. Some sections may refer to lego directly - in most cases, these sections apply to the Terraform provider as well.
» Open Telekom Cloud DNS Challenge Provider
The otc
DNS challenge provider can be used to perform DNS challenges for
the acme_certificate
resource with
Open Telekom Cloud.
For complete information on how to use this provider with the acme_certifiate
resource, see here.
» Example
resource "acme_certificate" "certificate" {
...
dns_challenge {
provider = "otc"
}
}
» Argument Reference
The following arguments can be either passed as environment variables, or
directly through the config
block in the
dns_challenge
argument in the
acme_certificate
resource. For more details, see
here.
In addition, arguments can also be stored in a local file, with the path
supplied by supplying the argument with the _FILE
suffix. See
here for more information.
OTC_DOMAIN_NAME
- Domain name.OTC_IDENTITY_ENDPOINT
- Identity endpoint URL.OTC_PASSWORD
- Password.OTC_PROJECT_NAME
- Project name.OTC_USER_NAME
- User name.OTC_HTTP_TIMEOUT
- API request timeout.OTC_POLLING_INTERVAL
- Time between DNS propagation check.OTC_PROPAGATION_TIMEOUT
- Maximum waiting time for DNS propagation.OTC_TTL
- The TTL of the TXT record used for the DNS challenge.