Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to view an application certificate on Mac OS.?

How to view the certificate for a particular app installed in our Mac OS.? for example: /Applications/Utilities/Terminal.app I want to view the certificate for this app.

I do not want to list all the certificates in KeyChain Access and search for the terminal app. Is there any command line of UI way to view the certificate of an installed app.?

Thanks

NK

like image 301
user3457694 Avatar asked Apr 07 '14 23:04

user3457694


1 Answers

Here's You can check how app is signed and see Cert Authority:

codesign -d -vvv /Applications/Utilities/Terminal.app

like image 177
Mateusz Szlosek Avatar answered Nov 16 '22 03:11

Mateusz Szlosek