NanoMDM @ home
Documents referenced: https://github.com/micromdm/nanomdm/blob/main/docs/quickstart.md https://github.com/micromdm/micromdm/blob/main/docs/user-guide/quickstart.md#configure-an-apns-certificate Here is what I did to get NanoMDM up and running in my homelab! Certificate Hell! Download mdmctl from https://github.com/micromdm/micromdm/releases Move mdmctl binary into Path. I chose /usr/bin/local/ (Gatekeeper warning incoming) (on your local machine fyi, mdmctl not needed on the server.) Actual need to start here, NanoMDM’s quickstart needs updating. I will be making a PR soon™. Configure mdmctl with: mdmctl config set \ -name production \ -api-token MySecretAPIKey \ -server-url https://my-server-url So I did: ...