Skip to content

Commit 376e2a7

Browse files
committed
chore: update lego config
1 parent b60d609 commit 376e2a7

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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"

0 commit comments

Comments
 (0)