forked from TrueCloudLab/lego
porkbun: fix typo in dns example (#1550)
This commit is contained in:
parent
0f3a8351de
commit
f7c287e520
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ Here is an example bash command using the Porkbun provider:
|
|||
|
||||
```bash
|
||||
PORKBUN_SECRET_API_KEY=xxxxxx \
|
||||
PORKBUN_PAPI_KEY=yyyyyy \
|
||||
PORKBUN_API_KEY=yyyyyy \
|
||||
lego --email myemail@example.com --dns porkbun --domains my.example.org run
|
||||
```
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Since = "v4.4.0"
|
|||
|
||||
Example = '''
|
||||
PORKBUN_SECRET_API_KEY=xxxxxx \
|
||||
PORKBUN_PAPI_KEY=yyyyyy \
|
||||
PORKBUN_API_KEY=yyyyyy \
|
||||
lego --email myemail@example.com --dns porkbun --domains my.example.org run
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue