forked from TrueCloudLab/lego
doc: Fix typo in env var name in Mythic Beasts usage example (#1356)
This commit is contained in:
parent
7cfcc155ee
commit
55baf65065
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ Configuration for [MythicBeasts](https://www.mythic-beasts.com/).
|
||||||
Here is an example bash command using the MythicBeasts provider:
|
Here is an example bash command using the MythicBeasts provider:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
MYTHICBEASTS_USER_NAME=myuser \
|
MYTHICBEASTS_USERNAME=myuser \
|
||||||
MYTHICBEASTS_PASSWORD=mypass \
|
MYTHICBEASTS_PASSWORD=mypass \
|
||||||
lego --email myemail@example.com --dns mythicbeasts --domains my.example.org run
|
lego --email myemail@example.com --dns mythicbeasts --domains my.example.org run
|
||||||
```
|
```
|
||||||
|
|
|
@ -5,7 +5,7 @@ Code = "mythicbeasts"
|
||||||
Since = "v0.3.7"
|
Since = "v0.3.7"
|
||||||
|
|
||||||
Example = '''
|
Example = '''
|
||||||
MYTHICBEASTS_USER_NAME=myuser \
|
MYTHICBEASTS_USERNAME=myuser \
|
||||||
MYTHICBEASTS_PASSWORD=mypass \
|
MYTHICBEASTS_PASSWORD=mypass \
|
||||||
lego --email myemail@example.com --dns mythicbeasts --domains my.example.org run
|
lego --email myemail@example.com --dns mythicbeasts --domains my.example.org run
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue