forked from TrueCloudLab/lego
doc: fix example of env vars file. (#1182)
This commit is contained in:
parent
0349e40071
commit
25c653a14c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ $ cat /the/path/to/my/email
|
||||||
foo@bar.com
|
foo@bar.com
|
||||||
|
|
||||||
$ CLOUDFLARE_EMAIL_FILE=/the/path/to/my/email \
|
$ CLOUDFLARE_EMAIL_FILE=/the/path/to/my/email \
|
||||||
CLOUDFLARE_API_KEY=/the/path/to/my/key \
|
CLOUDFLARE_API_KEY_FILE=/the/path/to/my/key \
|
||||||
lego --dns cloudflare --domains www.example.com --email me@bar.com run
|
lego --dns cloudflare --domains www.example.com --email me@bar.com run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue