forked from TrueCloudLab/lego
docs: fixed invalid environment parameter name in example (#1662)
This commit is contained in:
parent
072ae4a95e
commit
525ceda150
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ Here is an example bash command using the Liquid Web provider:
|
|||
```bash
|
||||
LIQUID_WEB_USERNAME=someuser \
|
||||
LIQUID_WEB_PASSWORD=somepass \
|
||||
LIQUID_ZONE=tacoman.com.net \
|
||||
LIQUID_WEB_ZONE=tacoman.com.net \
|
||||
lego --email you@example.com --dns liquidweb --domains my.example.org run
|
||||
```
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Since = "v3.1.0"
|
|||
Example = '''
|
||||
LIQUID_WEB_USERNAME=someuser \
|
||||
LIQUID_WEB_PASSWORD=somepass \
|
||||
LIQUID_ZONE=tacoman.com.net \
|
||||
LIQUID_WEB_ZONE=tacoman.com.net \
|
||||
lego --email you@example.com --dns liquidweb --domains my.example.org run
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue