doc: fix example of env vars file. (#1182)

This commit is contained in:
Ludovic Fernandez 2020-06-07 12:33:35 +02:00 committed by GitHub
parent 0349e40071
commit 25c653a14c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ $ cat /the/path/to/my/email
foo@bar.com
$ 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
```