-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hurricane: fix typo in example command (#1799)
Co-authored-by: Fernandez Ludovic <[email protected]>
- Loading branch information
1 parent
fd54758
commit e982d5a
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ Here is an example bash command using the Hurricane Electric DNS provider: | |
|
||
```bash | ||
HURRICANE_TOKENS=example.org:token \ | ||
lego --email [email protected] --dns hurricane --domains example.org --domains '*.example.org run' | ||
lego --email [email protected] --dns hurricane --domains example.org --domains '*.example.org' run | ||
|
||
HURRICANE_TOKENS=my.example.org:token1,demo.example.org:token2 \ | ||
lego --email [email protected] --dns hurricane --domains my.example.org --domains demo.example.org | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Since = "v4.3.0" | |
|
||
Example = ''' | ||
HURRICANE_TOKENS=example.org:token \ | ||
lego --email [email protected] --dns hurricane --domains example.org --domains '*.example.org run' | ||
lego --email [email protected] --dns hurricane --domains example.org --domains '*.example.org' run | ||
HURRICANE_TOKENS=my.example.org:token1,demo.example.org:token2 \ | ||
lego --email [email protected] --dns hurricane --domains my.example.org --domains demo.example.org | ||
|