From 34cf1f55bfe6266125500fb45c907ee557d9f802 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 27 Jan 2016 08:15:38 -0800 Subject: [PATCH] Link to nginx certificate chaining documentation in SSL docs. Fixes #430. --- README.prod.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.prod.md b/README.prod.md index b56d6d041f..6b561dac37 100644 --- a/README.prod.md +++ b/README.prod.md @@ -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. ```