Add complete example.
This commit is contained in:
parent
ef50a5ad7b
commit
323c5393cf
1 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,14 @@ one for the domain and one wildcard cert.
|
|||
|
||||
**Example:**
|
||||
|
||||
```
|
||||
docker run --rm \
|
||||
-e DUCKDNS_DOMAIN=redxef \
|
||||
-e DUCKDNS_TOKEN=<your ddns token> \
|
||||
-e LE_EMAIL=noreply@example.com \
|
||||
redxef/certbot-duckdns
|
||||
```
|
||||
|
||||
`DUCKDNS_DOMAIN=redxef`
|
||||
|
||||
Yields 2 certificates, the first being for redxef.duckdns.org and the
|
||||
|
|
Loading…
Reference in a new issue