diff --git a/docs/Deploying/Configuration.md b/docs/Deploying/Configuration.md index 01d11c55ad..0d968a8bb2 100644 --- a/docs/Deploying/Configuration.md +++ b/docs/Deploying/Configuration.md @@ -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`