Selectel v2

Configuration for Selectel v2.

  • Code: selectelv2
  • Since: v4.17.0

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

SELECTEL_USERNAME=trex \
SELECTEL_PASSWORD=xxxxx \
SELECTEL_ACCOUNT_ID=1234567 \
SELECTEL_PROJECT_ID=111a11111aaa11aa1a11aaa11111aa1a \
lego --email you@example.com --dns selectelv2 --domains my.example.org run

Credentials

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_BASE_URL API endpoint URL
SELECTELV2_HTTP_TIMEOUT API request timeout
SELECTELV2_POLLING_INTERVAL Time between DNS propagation check
SELECTELV2_PROPAGATION_TIMEOUT Maximum waiting time for DNS propagation
SELECTELV2_TTL The TTL of the TXT record used for the DNS challenge

The environment variable names can be suffixed by _FILE to reference a file instead of a value. More information here.

More information