mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 19:01:35 +03:00
245 B
245 B
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}}