1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:02:08 +02:00
tldr/pages/osx/codesign.md
2017-10-16 01:41:43 +05:30

11 lines
245 B
Markdown

# codesign
> Create and manipulate code signatures for macOS.
- Sign an application with a certificate:
`codesign -s {{"My Company Name"}} {{/path/to/App.app}}`
- Verify the certificate of an application:
`codesign -v {{/path/to/App.app}}`