Skip to content

Instantly share code, notes, and snippets.

@jkeam
Created May 12, 2019 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkeam/6fb85902daeb90a3c41b33e35532fb9e to your computer and use it in GitHub Desktop.
Save jkeam/6fb85902daeb90a3c41b33e35532fb9e to your computer and use it in GitHub Desktop.
A lot of times building things on Macs require you to use to a codesigning identity. This quick one-liner will show you your code signing identities.
#!/bin/bash
security find-identity -v -p codesigning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment