1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 13:02:08 +02:00
tldr/pages/osx/codesign.md
Emily Grace Seville bd7f880e9e
osx/codesign.md: make placeholders auto convertible to CLIP ones (#9860)
* Make placeholders auto convertible to CLIP ones

- https://github.com/command-line-interface-pages/prototypes/pull/32

* Fix remaining placeholder

* Make placeholders auto convertible to CLIP ones

- https://github.com/command-line-interface-pages/prototypes/pull/32

* Update pages/osx/asr.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages/osx/asr.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages/osx/asr.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-02-20 14:59:02 +08:00

348 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 --sign "{{My Company Name}}" {{path/to/application_file.app}}

  • Verify the certificate of an application:

codesign --verify {{path/to/application_file.app}}