Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaloprominat/f91d73272b1580bf6319b7013813b921 to your computer and use it in GitHub Desktop.
Save kaloprominat/f91d73272b1580bf6319b7013813b921 to your computer and use it in GitHub Desktop.
mac os x: bash sign unsign configuration profile
/usr/bin/security cms -S -N "Mac Developer Application" -i /path/to/your.mobileconfig -o /path/to/your/signed/output.mobileconfig
/usr/bin/security cms -D -i 123-3.mobileconfig | xmllint --format -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment