» 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.
OTC_USER_NAME
- The user name to use.OTC_DOMAIN_NAME
- The domain name to use.OTC_PASSWORD
- The password for the supplied user.OTC_PROJECT_NAME
- The project name.OTC_IDENTITY_ENDPOINT
- The identity endpoint to use.