mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
codesign: add page (#1523)
This commit is contained in:
commit
4d7c7de5bf
1 changed files with 11 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue