Skip to content

Instantly share code, notes, and snippets.

@miticollo
Last active November 28, 2025 00:10
Show Gist options
  • Select an option

  • Save miticollo/27bba5879790a2448f0ff17ee5029f30 to your computer and use it in GitHub Desktop.

Select an option

Save miticollo/27bba5879790a2448f0ff17ee5029f30 to your computer and use it in GitHub Desktop.
Inspect x509 cert from `embedded.mobileprovision`
#!/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