Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kluevandrew authored and ldez committed Sep 1, 2022
1 parent 2819ee9 commit cf7c228
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/content/dns/zz_gen_vkcloud.md
Expand Up @@ -26,9 +26,9 @@ Configuration for [VK Cloud](https://mcs.mail.ru/).
Here is an example bash command using the VK Cloud provider:

```bash
VK_CLOUD_PROJECT_ID="todo: docs" \
VK_CLOUD_USERNAME="todo: docs" \
VK_CLOUD_PASSWORD="todo: docs" \
VK_CLOUD_PROJECT_ID="<your project id string>" \
VK_CLOUD_USERNAME="<your email>" \
VK_CLOUD_PASSWORD="<your password>" \
lego --email you@example.com --dns vkcloud --domains "example.org" --domains "*.example.org" run
```

Expand Down
6 changes: 3 additions & 3 deletions providers/dns/vkcloud/vkcloud.toml
Expand Up @@ -5,9 +5,9 @@ Code = "vkcloud"
Since = "v4.9.0"

Example = '''
VK_CLOUD_PROJECT_ID="todo: docs" \
VK_CLOUD_USERNAME="todo: docs" \
VK_CLOUD_PASSWORD="todo: docs" \
VK_CLOUD_PROJECT_ID="<your project id string>" \
VK_CLOUD_USERNAME="<your email>" \
VK_CLOUD_PASSWORD="<your password>" \
lego --email you@example.com --dns vkcloud --domains "example.org" --domains "*.example.org" run
'''

Expand Down

0 comments on commit cf7c228

Please sign in to comment.