docs: Modify dev SSL/certbot setup docs to match script.

The docs specify passing hostname with the --hostname flag, which
doesn't match the actual usage in scripts/setup/setup-certbot. This
change fixes the docs to match the actual usage.
This commit is contained in:
Zach Wener-Fligner
2019-03-19 09:10:43 -07:00
committed by Tim Abbott
parent 01adbc3a2e
commit 8020247b79

View File

@@ -244,7 +244,7 @@ different.
mkdir -p /var/lib/zulip/certbot-webroot/
# if nginx running this will fail and you need to run `service nginx stop`
/home/zulipdev/zulip/scripts/setup/setup-certbot \
--hostname=hostname.example.com --no-zulip-conf \
hostname.example.com --no-zulip-conf \
--email=username@example.com --method=standalone
```