codesign: add page (#1523)

This commit is contained in:
Starbeamrainbowlabs
2017-11-08 19:33:46 +00:00
committed by GitHub

11
pages/osx/codesign.md Normal file
View File

@@ -0,0 +1,11 @@
# 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}}`