mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 01:54:57 +00:00
Update cheatsheets
This commit is contained in:
17
osx/codesign
Normal file
17
osx/codesign
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, osx]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# codesign
|
||||
|
||||
> Create and manipulate code signatures for macOS.
|
||||
> More information: <https://keith.github.io/xcode-man-pages/codesign.1.html>.
|
||||
|
||||
- Sign an application with a certificate:
|
||||
|
||||
`codesign --sign "{{My Company Name}}" {{path/to/application_file.app}}`
|
||||
|
||||
- Verify the certificate of an application:
|
||||
|
||||
`codesign --verify {{path/to/application_file.app}}`
|
||||
Reference in New Issue
Block a user