Skip to content

Instantly share code, notes, and snippets.

@AlexKMDev
Created December 5, 2018 19:37
Show Gist options
  • Save AlexKMDev/0512797dfb9cc7a65e2fd22fdeeae468 to your computer and use it in GitHub Desktop.
Save AlexKMDev/0512797dfb9cc7a65e2fd22fdeeae468 to your computer and use it in GitHub Desktop.
Sign Macos apps with self-signed certificate
  1. Create certificate in Keychain: Certificate Assistant -> Create a Certificate
  2. codesign -s <cert name> -fv /Applications/<appname.app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment