Added codesign
This commit is contained in:
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`
|
Reference in New Issue
Block a user