mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update configuration docs (#10734)
- Update `mdm.apple_apns_cert` description: this is the cert downloaded from Apple Push Certificates Portal
This commit is contained in:
parent
92e52ca59c
commit
99a2529d4d
1 changed files with 1 additions and 1 deletions
|
|
@ -2619,7 +2619,7 @@ This is the second feature flag required to turn on MDM features. This environme
|
|||
|
||||
##### mdm.apple_apns_cert
|
||||
|
||||
This is the path to the Apple Push Notification service (APNs) certificate. The APNs certificate is a PEM-encoded X.509 certificate that's typically generated via `fleetctl generate mdm-apple`. Only one of `apple_apns_cert` and `apple_apns_cert_bytes` can be set.
|
||||
This is the path to the Apple Push Notification service (APNs) certificate downloaded from [Apple Push Certificates Portal](https://identity.apple.com). See how to download the certificate [here](../Using-Fleet/MDM-setup.md#apple-push-notification-service-apns). Only one of `apple_apns_cert` and `apple_apns_cert_bytes` can be set.
|
||||
|
||||
- Default value: ""
|
||||
- Environment variable: `FLEET_MDM_APPLE_APNS_CERT`
|
||||
|
|
|
|||
Loading…
Reference in a new issue