Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mallej/5a4b653b31e89b1868edb9f73c13092d to your computer and use it in GitHub Desktop.
Save mallej/5a4b653b31e89b1868edb9f73c13092d to your computer and use it in GitHub Desktop.
configurations profiles
# https://macmule.com/2015/11/16/making-downloaded-jss-configuration-profiles-readable/
openssl smime -inform DER -verify -in /path/to/downloaded.mobileconfig -noverify -out /path/to/de-signed.mobileconfig
plutil -convert xml1 /path/to/de-signed.mobileconfig
# generates new UUID strings
uuidgen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment