mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user