From cdd35816fe5ebe6b54a6f5e72d0f1fd0756cb40c Mon Sep 17 00:00:00 2001 From: Greg Price Date: Tue, 12 Dec 2017 20:13:34 -0800 Subject: [PATCH] docs: Link back to install step in SSL doc. --- docs/production/ssl-certificates.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/production/ssl-certificates.md b/docs/production/ssl-certificates.md index f5b1b23ace..9f848c3e58 100644 --- a/docs/production/ssl-certificates.md +++ b/docs/production/ssl-certificates.md @@ -42,13 +42,15 @@ else if: ### At initial Zulip install To enable the Certbot automation when first installing Zulip, just -pass the `--certbot` flag when running the install script. +pass the `--certbot` flag when [running the install script][doc-install-script]. The `--hostname` and `--email` options are required when using `--certbot`. You'll need the hostname to be a real DNS name, and the Zulip server machine to be reachable by that name from the public Internet. +[doc-install-script]: ../production/install.html#step-2-install-zulip + ### After Zulip is already installed To enable the Certbot automation on an already-installed Zulip