mirror of https://github.com/zulip/zulip.git
install: Don't try to chown a self-signed cert to zulip.
The zulip user has no need to see this file; it's used by nginx. And when we set up the cert early in install, there's no zulip user yet anyway, so this fails.
This commit is contained in:
parent
f68c485a86
commit
08135e3666
|
@ -77,4 +77,3 @@ openssl req -new -x509 \
|
|||
|
||||
chmod 644 "$CERTFILE"
|
||||
chmod 640 "$KEYFILE"
|
||||
chown zulip:zulip "$KEYFILE"
|
||||
|
|
Loading…
Reference in New Issue