mirror of
https://github.com/go-acme/lego.git
synced 2025-02-15 01:04:10 +02:00
scaleway: fix example (#1239)
This commit is contained in:
parent
8164ae3da5
commit
b23d947e17
@ -22,7 +22,7 @@ Here is an example bash command using the Scaleway provider:
|
||||
|
||||
```bash
|
||||
SCALEWAY_API_TOKEN=xxxxxxx-xxxxx-xxxx-xxx-xxxxxx \
|
||||
lego --dns scaleway.com --domains my.domain.com --email my@email.com run
|
||||
lego --dns scaleway --domains my.domain.com --email my@email.com run
|
||||
```
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@ Since = "v3.4.0"
|
||||
|
||||
Example = '''
|
||||
SCALEWAY_API_TOKEN=xxxxxxx-xxxxx-xxxx-xxx-xxxxxx \
|
||||
lego --dns scaleway.com --domains my.domain.com --email my@email.com run
|
||||
lego --dns scaleway --domains my.domain.com --email my@email.com run
|
||||
'''
|
||||
|
||||
[Configuration]
|
||||
|
Loading…
x
Reference in New Issue
Block a user