Post

Replies

Boosts

Views

Activity

Reply to MDM Behind Nginx SSL Cert Issue
Turns out that the MDM server settings in Apple Configurator was pointing at the wrong Trust Certificate. This image is showing the right one...but it was showing a different cert before. I tried to manually add the right one and it wouldn't work. Had to delete it and recreate it The issue im having now is the iPad checks in with my custom server. I respond with a configuration profile with a mime type of "application/x-apple-aspen-config". I get an error on the ipad as "Profile invalid", or a "cert null error" when sending a provisioning profile. Can anyone provide some information of what responses are required when enrolling a device
Jun ’25
Reply to MDM Behind Nginx SSL Cert Issue
Ok, so I found someone had made a script to show you how to create the certs required for a custom MDM solution (https://github.com/project-imas/mdm-server/blob/master/scripts/make_certs.sh) I have create those certs and changed the nginx config like below ssl_certificate /media/Certs/server.crt; ssl_certificate_key /media/Certs/server.key; ssl_trusted_certificate /media/Certs/cacert.crt; then i added the identity.p12 to Apple Configurator and re-prepared the device and applied the blueprint. Same issue. Am i meant to add a diff cert to Apple Configurator?
May ’25