mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 18:15:42 +02:00
Added codesign
This commit is contained in:
parent
5291f5371c
commit
8e71f13521
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
|
||||
|
||||
> Sign code for the Mac certificate store.
|
||||
|
||||
- Link a certificate to your application:
|
||||
|
||||
`codesign -s "My Company Name" /path/to/App.app`
|
||||
|
||||
- Verify a certificate to an application:
|
||||
|
||||
`codesign -v /path/to/App.app`
|
Loading…
Add table
Reference in a new issue