Last active
May 30, 2024 07:58
-
-
Save kaloprominat/f91d73272b1580bf6319b7013813b921 to your computer and use it in GitHub Desktop.
mac os x: bash sign unsign configuration profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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