lego/docs/content/dns/zz_gen_selectelv2.md
Artem Chirkov 8623f0df01
Add DNS provider for Selectel v2 (#2152)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-04-10 10:29:29 +00:00

2.2 KiB

title date draft slug dnsprovider
Selectel v2 2019-03-03T16:39:46+01:00 false selectelv2
since code url
v4.17.0 selectelv2 https://selectel.ru

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]({{< ref "dns#configuration-and-credentials" >}}).

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]({{< ref "dns#configuration-and-credentials" >}}).

More information