From 99a2529d4da3e40920307f166e9309603e39eeb8 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Fri, 24 Mar 2023 16:47:22 -0400 Subject: [PATCH] Update configuration docs (#10734) - Update `mdm.apple_apns_cert` description: this is the cert downloaded from Apple Push Certificates Portal --- docs/Deploying/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`