mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
312 B
312 B
codesign
Create and manipulate code signatures for macOS. More information: https://www.unix.com/man-page/osx/1/codesign/.
- 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}}