1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-13 12:35:42 +02:00

Added codesign

This commit is contained in:
Vincent Yang 2017-10-06 14:48:32 -07:00
parent 5291f5371c
commit 8e71f13521

11
pages/osx/codesign.md Normal file
View 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`