mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue