Selectel v2
Configuration for Selectel v2.
- Code: 
selectelv2 - Since: v4.17.0
 
Here is an example bash command using the Selectel v2 provider:
SELECTELV2_USERNAME=trex \
SELECTELV2_PASSWORD=xxxxx \
SELECTELV2_ACCOUNT_ID=1234567 \
SELECTELV2_PROJECT_ID=111a11111aaa11aa1a11aaa11111aa1a \
lego --email you@example.com --dns selectelv2 -d '*.example.com' -d example.com runCredentials
| Environment Variable Name | Description | 
|---|---|
SELECTELV2_ACCOUNT_ID | 
          Selectel account ID (INT) | 
SELECTELV2_PASSWORD | 
          Openstack username’s password | 
SELECTELV2_PROJECT_ID | 
          Cloud project ID (UUID) | 
SELECTELV2_USERNAME | 
          Openstack username | 
The environment variable names can be suffixed by _FILE to reference a file instead of a value.
More information here.
Additional Configuration
| Environment Variable Name | Description | 
|---|---|
SELECTELV2_AUTH_REGION | 
          Location for auth endpoint like ResellAPI or Keystone (default: ‘ru-1’) | 
SELECTELV2_AUTH_URL | 
          Identity endpoint (defaul: ‘https://cloud.api.selcloud.ru/identity/v3/') | 
SELECTELV2_BASE_URL | 
          API endpoint URL | 
SELECTELV2_HTTP_TIMEOUT | 
          API request timeout in seconds (Default: 30) | 
SELECTELV2_POLLING_INTERVAL | 
          Time between DNS propagation check in seconds (Default: 5) | 
SELECTELV2_PROPAGATION_TIMEOUT | 
          Maximum waiting time for DNS propagation in seconds (Default: 120) | 
SELECTELV2_TTL | 
          The TTL of the TXT record used for the DNS challenge in seconds (Default: 60) | 
SELECTELV2_USER_DOMAIN_NAME | 
          To 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.