1
0
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:
Johannes Kastl 2022-02-19 19:36:17 +01:00 committed by GitHub
parent 7d9176bd0d
commit 86b05a9701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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
```

View File

@ -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]