Back to Lego

Tencent EdgeOne

docs/content/dns/zz_gen_edgeone.md

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

Configuration for Tencent EdgeOne.

<!--more-->
  • Code: edgeone
  • Since: v4.26.0

Here is an example bash command using the Tencent EdgeOne provider:

bash
EDGEONE_SECRET_ID=abcdefghijklmnopqrstuvwx \
EDGEONE_SECRET_KEY=your-secret-key \
lego --dns edgeone -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
EDGEONE_SECRET_IDAccess key ID
EDGEONE_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
EDGEONE_HTTP_TIMEOUTAPI request timeout in seconds (Default: 30)
EDGEONE_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 30)
EDGEONE_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 1200)
EDGEONE_REGIONRegion
EDGEONE_SESSION_TOKENAccess Key token
EDGEONE_TTLThe TTL of the TXT record used for the DNS challenge in seconds (Default: 60)
EDGEONE_ZONES_MAPPINGMapping between DNS zones and site IDs. (ex: 'example.org:id1,example.com:id2')

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