forked from TrueCloudLab/lego
arvancloud: typo in command example (#1365)
This commit is contained in:
parent
72c7034298
commit
6b48d8dda8
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ Configuration for [ArvanCloud](https://arvancloud.com).
|
||||||
Here is an example bash command using the ArvanCloud provider:
|
Here is an example bash command using the ArvanCloud provider:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ARVANCLOUD_API_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx \
|
ARVANCLOUD_API_KEY="Apikey xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \
|
||||||
lego --email myemail@example.com --dns arvancloud --domains my.example.org run
|
lego --email myemail@example.com --dns arvancloud --domains my.example.org run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ Code = "arvancloud"
|
||||||
Since = "v3.8.0"
|
Since = "v3.8.0"
|
||||||
|
|
||||||
Example = '''
|
Example = '''
|
||||||
ARVANCLOUD_API_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx \
|
ARVANCLOUD_API_KEY="Apikey xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \
|
||||||
lego --email myemail@example.com --dns arvancloud --domains my.example.org run
|
lego --email myemail@example.com --dns arvancloud --domains my.example.org run
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue