Command or code to find the Expiration of certificate on a .pkg file

KYK
New Contributor

Command or code to find the Expiration of certificate on a .pkg file

2 REPLIES 2

shaquir
Contributor III

Hi @yateeshkumark,
You can check the certificate info on a .pkg file:

pkgutil --check-signature /path/to/package.pkg

shaquir
Contributor III