Skip to content

Instantly share code, notes, and snippets.

@shazron
Created July 27, 2013 08:13
Show Gist options
  • Save shazron/6094212 to your computer and use it in GitHub Desktop.
Save shazron/6094212 to your computer and use it in GitHub Desktop.
List the iOS Developer certs in your keychain.
#!/bin/bash
security find-identity | sed -n 's/.*\("[^"]*"\).*/\1/p' | grep 'iPhone'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment