Last active
November 28, 2025 00:10
-
-
Save miticollo/27bba5879790a2448f0ff17ee5029f30 to your computer and use it in GitHub Desktop.
Inspect x509 cert from `embedded.mobileprovision`
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
| #!/bin/bash | |
| openssl smime -inform der -verify -noverify -in ./embedded.mobileprovision 2>/dev/null | plutil -extract 'DeveloperCertificates.0' raw -- - | base64 -D | openssl x509 -text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment