Back to Lego

Tencent Cloud DNS

docs/content/dns/zz_gen_tencentcloud.md

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

Configuration for Tencent Cloud DNS.

<!--more-->
  • Code: tencentcloud
  • Since: v4.6.0

Here is an example bash command using the Tencent Cloud DNS provider:

bash
TENCENTCLOUD_SECRET_ID=abcdefghijklmnopqrstuvwx \
TENCENTCLOUD_SECRET_KEY=your-secret-key \
lego --dns tencentcloud -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
TENCENTCLOUD_SECRET_IDAccess key ID
TENCENTCLOUD_SECRET_KEYAccess Key secret

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
TENCENTCLOUD_HTTP_TIMEOUTAPI request timeout in seconds (Default: 30)
TENCENTCLOUD_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 2)
TENCENTCLOUD_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 60)
TENCENTCLOUD_REGIONRegion
TENCENTCLOUD_SESSION_TOKENAccess Key token
TENCENTCLOUD_TTLThe TTL of the TXT record used for the DNS challenge in seconds (Default: 600)

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/tencentcloud/tencentcloud.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->