mirror of
https://github.com/go-acme/lego.git
synced 2024-11-25 00:56:20 +02:00
doc: Fix typo in env var name in Mythic Beasts usage example (#1356)
This commit is contained in:
parent
7cfcc155ee
commit
55baf65065
@ -21,7 +21,7 @@ Configuration for [MythicBeasts](https://www.mythic-beasts.com/).
|
||||
Here is an example bash command using the MythicBeasts provider:
|
||||
|
||||
```bash
|
||||
MYTHICBEASTS_USER_NAME=myuser \
|
||||
MYTHICBEASTS_USERNAME=myuser \
|
||||
MYTHICBEASTS_PASSWORD=mypass \
|
||||
lego --email myemail@example.com --dns mythicbeasts --domains my.example.org run
|
||||
```
|
||||
|
@ -5,7 +5,7 @@ Code = "mythicbeasts"
|
||||
Since = "v0.3.7"
|
||||
|
||||
Example = '''
|
||||
MYTHICBEASTS_USER_NAME=myuser \
|
||||
MYTHICBEASTS_USERNAME=myuser \
|
||||
MYTHICBEASTS_PASSWORD=mypass \
|
||||
lego --email myemail@example.com --dns mythicbeasts --domains my.example.org run
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user