mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
Docs: Fix broken link in MDM setup documentation (#12399)
Changes: - `(business.apple.com)[https://business.apple.com]` » `[business.apple.com](https://business.apple.com)`
This commit is contained in:
parent
e3aaa7b4d0
commit
dacabef2fd
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ fleetctl get mdm-apple
|
|||
If you have configured Fleet with an Apple Business Manager server token for mobile device management (a Fleet Premium feature), you will eventually need to renew that token. [As documented in the Apple Business Manager User Guide](https://support.apple.com/en-ca/guide/apple-business-manager/axme0f8659ec/web), the token expires after a year or whenever the account that downloaded the token has their password changed.
|
||||
|
||||
To renew the token:
|
||||
1. Log in to (business.apple.com)[https://business.apple.com]
|
||||
1. Log in to [business.apple.com](https://business.apple.com)
|
||||
2. Select Fleet's MDM server record
|
||||
3. Download a new token for that server record
|
||||
4. In your Fleet server, update the environment variable [FLEET_MDM_APPLE_BM_SERVER_TOKEN_BYTES](https://fleetdm.com/docs/deploying/configuration#mdm-apple-bm-server-token-bytes)
|
||||
|
|
|
|||
Loading…
Reference in a new issue