mirror of
https://github.com/go-acme/lego.git
synced 2024-11-24 16:53:52 +02:00
docs: fix typos for usage hostingde example (#1595)
This commit is contained in:
parent
7d9176bd0d
commit
86b05a9701
@ -22,7 +22,7 @@ Here is an example bash command using the Hosting.de provider:
|
||||
|
||||
```bash
|
||||
HOSTINGDE_API_KEY=xxxxxxxx \
|
||||
lego -email myemail@example.com --dns hostingde --domains my.example.org -run
|
||||
lego --email myemail@example.com --dns hostingde --domains my.example.org run
|
||||
```
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@ Since = "v1.1.0"
|
||||
|
||||
Example = '''
|
||||
HOSTINGDE_API_KEY=xxxxxxxx \
|
||||
lego -email myemail@example.com --dns hostingde --domains my.example.org -run
|
||||
lego --email myemail@example.com --dns hostingde --domains my.example.org run
|
||||
'''
|
||||
|
||||
[Configuration]
|
||||
|
Loading…
Reference in New Issue
Block a user