codesign: add page (#1523)
This commit is contained in:
11
pages/osx/codesign.md
Normal file
11
pages/osx/codesign.md
Normal 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}}`
|
Reference in New Issue
Block a user