autopkg / 48kRAM-recipes

autopkg recipes
Apache License 2.0
4 stars 10 forks source link

Add CodeSignatureVerifier processor #12

Closed homebysix closed 5 years ago

homebysix commented 5 years ago

Context: The CodeSignatureVerifier processor ensures that the downloaded applications/packages are signed by the expected developer certificate. Although this is not a guarantee that the payload is trouble-free, it's a good indicator that the file you downloaded is the one you intended to download.

48kRAM commented 5 years ago

Thanks Elliot!