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:
Noah Talerman 2023-03-24 16:47:22 -04:00 committed by GitHub
parent 92e52ca59c
commit 99a2529d4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`