diff --git a/articles/apple-mdm-setup.md b/articles/apple-mdm-setup.md index 5ad84375a372..9e4a95c85a36 100644 --- a/articles/apple-mdm-setup.md +++ b/articles/apple-mdm-setup.md @@ -16,7 +16,7 @@ Then select **Turn on** under the Apple (macOS, iOS, iPadOS) MDM section. > Apple requires that APNs certificates are renewed annually. > - The recommended approach is to use a shared admin account to generate the CSR ensuring it can be renewed regardless of individual availability. -> - If your certificate expires, you will have to turn MDM off and back on for all macOS hosts. +> - If your certificate expires, you must turn MDM off and back on for all macOS hosts. Until then, configuration profile changes and other MDM commands will remain stuck in “Pending.” > - Be sure to use the same Apple ID from year-to-year. If you don't, you will have to turn MDM off and back on for all macOS hosts. ## Apple Business Manager (ABM) diff --git a/website/config/routes.js b/website/config/routes.js index 247a77a66cd9..477c5d232ac4 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -1088,7 +1088,7 @@ module.exports.routes = { 'GET /learn-more-about/calendar-events': '/announcements/fleet-in-your-calendar-introducing-maintenance-windows', 'GET /learn-more-about/setup-windows-mdm': '/guides/windows-mdm-setup', 'GET /learn-more-about/setup-abm': '/docs/using-fleet/mdm-setup#apple-business-manager-abm', - 'GET /learn-more-about/renew-apns': '/docs/using-fleet/mdm-setup#apple-push-notification-service-apns', + 'GET /learn-more-about/renew-apns': '/docs/using-fleet/apple-mdm-setup#turn-on-apple-mdm', 'GET /learn-more-about/renew-abm': '/docs/using-fleet/mdm-setup#apple-business-manager-abm', 'GET /learn-more-about/fleet-server-private-key': '/docs/configuration/fleet-server-configuration#server-private-key', 'GET /learn-more-about/agent-options': '/docs/configuration/agent-configuration',