File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ Name = " Selectel v2"
2+ Description = ''' '''
3+ URL = " https://selectel.ru"
4+ Code = " selectelv2"
5+ Since = " v4.17.0"
6+
7+ Example = '''
8+ SELECTEL_USERNAME=trex \
9+ SELECTEL_PASSWORD=xxxxx \
10+ SELECTEL_ACCOUNT_ID=1234567 \
11+ SELECTEL_PROJECT_ID=111a11111aaa11aa1a11aaa11111aa1a \
12+ lego --email [email protected] --dns selectelv2 --domains my.example.org run 13+ '''
14+
15+ [Configuration ]
16+ [Configuration .Credentials ]
17+ SELECTELV2_USERNAME = " Openstack username"
18+ SELECTELV2_PASSWORD = " Openstack username's password"
19+ SELECTELV2_ACCOUNT_ID = " Selectel account ID (INT)"
20+ SELECTELV2_PROJECT_ID = " Cloud project ID (UUID)"
21+ [Configuration .Additional ]
22+ SELECTELV2_BASE_URL = " API endpoint URL"
23+ SELECTELV2_POLLING_INTERVAL = " Time between DNS propagation check"
24+ SELECTELV2_PROPAGATION_TIMEOUT = " Maximum waiting time for DNS propagation"
25+ SELECTELV2_TTL = " The TTL of the TXT record used for the DNS challenge"
26+ SELECTELV2_HTTP_TIMEOUT = " API request timeout"
27+
28+ [Links ]
29+ API = " https://developers.selectel.ru/docs/cloud-services/dns_api/dns_api_actual/"
30+ GoClient = " https://github.com/selectel/domains-go"
You can’t perform that action at this time.
0 commit comments