apple_auth: Change where private key is stored.

Changes to a better name apple-auth-key.p8 and removes the extra
directory apple.
This commit is contained in:
Dinesh
2020-06-25 16:56:17 +05:30
committed by Tim Abbott
parent c15d7e3202
commit 782970d9f9
3 changed files with 5 additions and 5 deletions

View File

@@ -588,12 +588,12 @@ domain for your server).
1. Create a [Sign in with Apple private key][apple-create-private-key].
1. Store the resulting private key at
`/etc/zulip/apple/zulip-private-key.key`. Be sure to set
`/etc/zulip/apple-auth-key.p8`. Be sure to set
permissions correctly:
```
chown -R zulip:zulip /etc/zulip/apple/
chmod 640 /etc/zulip/apple/zulip-private-key.key
chown zulip:zulip /etc/zulip/apple-auth-key.p8
chmod 640 /etc/zulip/apple-auth-key.p8
```
1. Configure Apple authentication in `/etc/zulip/settings.py`: