Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ If you wish to add your rootCA.pem to your Mac OS trusted certificate, use the a
Your `domain.com.ssl.key` and `domain.com.ssl.crt` will be in `cert/live` directory

Just update your nginx config with
`ssl_certificate ‘path/to/‘domain.com.ssl.crt; # `
`ssl_certificate_key ‘path/to’/domain.com.ssl.key;`
```
ssl_certificate path/to/domain.com.ssl.crt;
ssl_certificate_key path/to/domain.com.ssl.key;
```


*Right now only OSX and Ubuntu are support to create Certificate*
Expand Down