Skip to content

Commit

Permalink
Link to nginx certificate chaining documentation in SSL docs.
Browse files Browse the repository at this point in the history
Fixes zulip#430.
  • Loading branch information
timabbott committed Feb 4, 2016
1 parent 1af7cbf commit 34cf1f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ These instructions should be followed as root.
self-signed certificates), but this will let you finish the
installation process.

When you do get an actual certificate, you will need to install as
/etc/ssl/certs/zulip.combined-chain.crt the full certificate
authority chain, not just the certificate; see the section on "SSL
certificate chains" [in the nginx
docs](http://nginx.org/en/docs/http/configuring_https_servers.html)
for how to do this:

(2) Download [the latest built server tarball](https://www.zulip.com/dist/releases/zulip-server-latest.tar.gz)
and unpack it to `/root/zulip`, e.g.
```
Expand Down

0 comments on commit 34cf1f5

Please sign in to comment.