forked from TrueCloudLab/lego
hurricane: fix typo in example command (#1799)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
fd54758bba
commit
e982d5a77f
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ Here is an example bash command using the Hurricane Electric DNS provider:
|
|||
|
||||
```bash
|
||||
HURRICANE_TOKENS=example.org:token \
|
||||
lego --email you@example.com --dns hurricane --domains example.org --domains '*.example.org run'
|
||||
lego --email you@example.com --dns hurricane --domains example.org --domains '*.example.org' run
|
||||
|
||||
HURRICANE_TOKENS=my.example.org:token1,demo.example.org:token2 \
|
||||
lego --email you@example.com --dns hurricane --domains my.example.org --domains demo.example.org
|
||||
|
|
|
@ -6,7 +6,7 @@ Since = "v4.3.0"
|
|||
|
||||
Example = '''
|
||||
HURRICANE_TOKENS=example.org:token \
|
||||
lego --email you@example.com --dns hurricane --domains example.org --domains '*.example.org run'
|
||||
lego --email you@example.com --dns hurricane --domains example.org --domains '*.example.org' run
|
||||
|
||||
HURRICANE_TOKENS=my.example.org:token1,demo.example.org:token2 \
|
||||
lego --email you@example.com --dns hurricane --domains my.example.org --domains demo.example.org
|
||||
|
|
Loading…
Reference in a new issue