Back to Lego

Selectel v2

docs/content/dns/zz_gen_selectelv2.md

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

Configuration for Selectel v2.

<!--more-->
  • Code: selectelv2
  • Since: v4.17.0

Here is an example bash command using the Selectel v2 provider:

bash
SELECTELV2_USERNAME=trex \
SELECTELV2_PASSWORD=xxxxx \
SELECTELV2_ACCOUNT_ID=1234567 \
SELECTELV2_PROJECT_ID=111a11111aaa11aa1a11aaa11111aa1a \
lego --dns selectelv2 -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
SELECTELV2_ACCOUNT_IDSelectel account ID (INT)
SELECTELV2_PASSWORDOpenstack username's password
SELECTELV2_PROJECT_IDCloud project ID (UUID)
SELECTELV2_USERNAMEOpenstack username

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
SELECTELV2_AUTH_REGIONLocation for auth endpoint like ResellAPI or Keystone (default: 'ru-1')
SELECTELV2_AUTH_URLIdentity endpoint (defaul: 'https://cloud.api.selcloud.ru/identity/v3/')
SELECTELV2_BASE_URLAPI endpoint URL
SELECTELV2_HTTP_TIMEOUTAPI request timeout in seconds (Default: 30)
SELECTELV2_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 5)
SELECTELV2_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 120)
SELECTELV2_TTLThe TTL of the TXT record used for the DNS challenge in seconds (Default: 60)
SELECTELV2_USER_DOMAIN_NAMETo specify the domain name (account ID) where the user is located. (default: SELECTELV2_ACCOUNT_ID)

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