mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
MDM Docs: Update docs to include scep challenge and clarify environment variable naming (#13112)
--------- Co-authored-by: Rachael Shaw <r@rachael.wtf>
This commit is contained in:
parent
926bdd30af
commit
799792584a
@ -59,10 +59,14 @@ fleetctl generate mdm-apple --email <email> --org <org>
|
||||
|
||||
### Step 3: configure Fleet with the generated files
|
||||
Restart the Fleet server with the contents of the APNs certificate, APNs private key, SCEP certificate, and SCEP private key in the following environment variables:
|
||||
|
||||
> Note: Any environment variable that ends in `_BYTES` expects the file's actual content to be passed in, not a path to the file. If you want to pass in a file path, remove the `_BYTES` suffix from the environment variable.
|
||||
|
||||
* [FLEET_MDM_APPLE_APNS_CERT_BYTES](https://fleetdm.com/docs/deploying/configuration#mdm-apple-apns-cert-bytes)
|
||||
* [FLEET_MDM_APPLE_APNS_KEY_BYTES](https://fleetdm.com/docs/deploying/configuration#mdm-apple-apns-key-bytes)
|
||||
* [FLEET_MDM_APPLE_SCEP_CERT_BYTES](https://fleetdm.com/docs/deploying/configuration#mdm-apple-scep-cert-bytes)
|
||||
* [FLEET_MDM_APPLE_SCEP_KEY_BYTES](https://fleetdm.com/docs/deploying/configuration#mdm-apple-scep-key-bytes)
|
||||
* [FLEET_MDM_APPLE_SCEP_CHALLENGE](https://fleetdm.com/docs/deploying/configuration#mdm-apple-scep-challenge)
|
||||
|
||||
> You do not need to provide the APNs CSR which was emailed to you.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user