install: Tighten an SSL-cert help message.

The option's name now explains for itself some of what we'd
had in prose.
This commit is contained in:
Greg Price 2018-01-23 17:05:09 -08:00
parent 841a5f3152
commit d76c2d77f4
1 changed files with 1 additions and 2 deletions

View File

@ -108,8 +108,7 @@ if [ "$PUPPET_CLASSES" = "zulip::voyager" ] && [ -z "$USE_CERTBOT""$SELF_SIGNED_
[ -e "$f" ] || echo " - $f is missing!" [ -e "$f" ] || echo " - $f is missing!"
done done
echo "See https://zulip.readthedocs.io/en/latest/production/ssl-certificates.html for help." echo "See https://zulip.readthedocs.io/en/latest/production/ssl-certificates.html for help."
echo "For non-production testing, try the --self-signed-cert option to use" echo "For non-production testing, try the --self-signed-cert option."
echo "your system's self-signed certificate."
echo echo
echo "Once fixed, just rerun scripts/setup/install; it'll pick up from here!" echo "Once fixed, just rerun scripts/setup/install; it'll pick up from here!"
echo echo