mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Merge pull request #1784 from duboff/patch-1
Tiny fix in SSL documentation
This commit is contained in:
@@ -26,7 +26,7 @@ The `certs:add` command can be used to push a `tar` containing a certificate `.c
|
||||
```shell
|
||||
tar cvf cert-key.tar server.crt server.key
|
||||
# replace APP with the name of your application
|
||||
dokku certs:add < cert-key.tar
|
||||
dokku certs:add <app> < cert-key.tar
|
||||
```
|
||||
|
||||
> Note: If your `.crt` file came alongside a `.ca-bundle`, you'll want to concatenate those into a single `.crt` file before adding it to the `.tar`.
|
||||
|
||||
Reference in New Issue
Block a user