mirror of
https://github.com/go-acme/lego.git
synced 2025-02-05 02:40:50 +02:00
arvancloud: typo in command example (#1365)
This commit is contained in:
parent
72c7034298
commit
6b48d8dda8
@ -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…
x
Reference in New Issue
Block a user