mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
selectelv2: fix non-ASCII domain (#2322)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
b41079b912
commit
40bf2b0ece
3 changed files with 24 additions and 13 deletions
|
|
@ -26,10 +26,10 @@ Configuration for [Selectel v2](https://selectel.ru).
|
|||
Here is an example bash command using the Selectel v2 provider:
|
||||
|
||||
```bash
|
||||
SELECTEL_USERNAME=trex \
|
||||
SELECTEL_PASSWORD=xxxxx \
|
||||
SELECTEL_ACCOUNT_ID=1234567 \
|
||||
SELECTEL_PROJECT_ID=111a11111aaa11aa1a11aaa11111aa1a \
|
||||
SELECTELV2_USERNAME=trex \
|
||||
SELECTELV2_PASSWORD=xxxxx \
|
||||
SELECTELV2_ACCOUNT_ID=1234567 \
|
||||
SELECTELV2_PROJECT_ID=111a11111aaa11aa1a11aaa11111aa1a \
|
||||
lego --email you@example.com --dns selectelv2 --domains my.example.org run
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue