By Keith Mitnick on Friday, 01 July 2016
Category: General

How to convert a signed mobile config profile to a plist

This command will convert a signed configuration profile to xml 1 and send the output to a file named test.plist

security cms -D -i  /Users/yourusername/Desktop/mySettings.mobileconfig > test.plist

Leave Comments