diff --git a/docs/Using Fleet/MDM-macOS-setup-experience.md b/docs/Using Fleet/MDM-macOS-setup-experience.md index 8ed4d055fb..d440667761 100644 --- a/docs/Using Fleet/MDM-macOS-setup-experience.md +++ b/docs/Using Fleet/MDM-macOS-setup-experience.md @@ -273,7 +273,7 @@ To customize the macOS Setup Assistant, we will do the following steps: ### Step 1: create an automatic enrollment profile -1. Download Fleet's example automatic enrollment profile by navigating to the example [here on GitHub](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/automatic-enrollment.dep.json) and clicking the download icon. +1. Download Fleet's example automatic enrollment profile by navigating to the example [here](fleetdm.com/example-dep-profile) and clicking the download icon. 2. Open the automatic enrollment profile and replace the `profile_name` key with your organization's name. diff --git a/tools/mdm/apple/dep_sample_profile.json b/tools/mdm/apple/dep_sample_profile.json deleted file mode 100644 index af76650f54..0000000000 --- a/tools/mdm/apple/dep_sample_profile.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "profile_name": "Fleet Device Management Inc.", - "allow_pairing": true, - "auto_advance_setup": false, - "department": "it@fleetdm.com", - "is_supervised": false, - "is_multi_user": false, - "is_mandatory": false, - "is_mdm_removable": true, - "language": "en", - "org_magic": "1", - "region": "US", - "support_phone_number": "+1 408 555 1010", - "support_email_address": "support@fleetdm.com", - "anchor_certs": [], - "supervising_host_certs": [], - "skip_setup_items": ["Accessibility", "Appearance", "AppleID", "AppStore", "Biometric", "Diagnostics", "FileVault", "iCloudDiagnostics", "iCloudStorage", "Location", "Payment", "Privacy", "Restore", "ScreenTime", "Siri", "TermsOfAddress", "TOS", "UnlockWithWatch"] -} diff --git a/tools/mdm/apple/glossary-and-protocols.md b/tools/mdm/apple/glossary-and-protocols.md index b4324a05a7..c0dcf8278b 100644 --- a/tools/mdm/apple/glossary-and-protocols.md +++ b/tools/mdm/apple/glossary-and-protocols.md @@ -80,7 +80,8 @@ For [DEP enrollment](#dep-device-enrollment-program) the enrollment profile is d This (JSON) profile is used to configure a device in Apple Business Manager. It contains all the necessary information that a device needs to automatically enroll to an MDM server during device setup. -Sample: [dep_sample_profile.json](https://github.com/fleetdm/nanodep/blob/main/docs/dep-profile.example.json). +[Example](https://fleetdm.com/example-dep-profile) + See all fields [here](https://developer.apple.com/documentation/devicemanagement/profile). ### Commands diff --git a/website/config/routes.js b/website/config/routes.js index c4d871a6cf..4646289e21 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -466,6 +466,7 @@ module.exports.routes = { 'GET /try-fleet/waitlist': '/try-fleet', 'GET /mdm': '/device-management',// « alias for radio ad 'GET /endpoint-operations': '/endpoint-ops',// « just in case we type it the wrong way + 'GET /example-dep-profile': 'https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/automatic-enrollment.dep.json', // Fleet UI // =============================================================================================================