Back to Lego

AlibabaCloud ESA

docs/content/dns/zz_gen_aliesa.md

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

Configuration for AlibabaCloud ESA.

<!--more-->
  • Code: aliesa
  • Since: v4.29.0

Here is an example bash command using the AlibabaCloud ESA provider:

bash
# Setup using instance RAM role
ALIESA_RAM_ROLE=lego \
lego --dns aliesa -d '*.example.com' -d example.com run

# Or, using credentials
ALIESA_ACCESS_KEY=abcdefghijklmnopqrstuvwx \
ALIESA_SECRET_KEY=your-secret-key \
ALIESA_SECURITY_TOKEN=your-sts-token \
lego --dns aliesa - -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
ALIESA_ACCESS_KEYAccess key ID
ALIESA_RAM_ROLEYour instance RAM role (https://www.alibabacloud.com/help/en/ecs/user-guide/attach-an-instance-ram-role-to-an-ecs-instance)
ALIESA_SECRET_KEYAccess Key secret
ALIESA_SECURITY_TOKENSTS Security Token (optional)

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
ALIESA_HTTP_TIMEOUTAPI request timeout in seconds (Default: 30)
ALIESA_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 2)
ALIESA_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 60)
ALIESA_TTLThe TTL of the TXT record used for the DNS challenge in seconds (Default: 120)

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