ygini / Hello-IT

Self support apps provided by IT services to end users.
BSD 3-Clause "New" or "Revised" License
286 stars 32 forks source link

Package cert exprired #32

Closed clint5047 closed 7 years ago

clint5047 commented 7 years ago

The cert in 1.2.9 has expired, leaving it uninstallable by Casper.

screen shot 2017-07-10 at 2 22 03 pm_thumb

WardsParadox commented 7 years ago

If you want, you can strip the cert (I am not sure if JAMF lets you install unsigned packages) and it's generally a bad idea, but if you need to get it out to your clients it might be the way you have to go: https://managingosx.wordpress.com/2012/03/24/fixing-packages-with-expired-signatures/

pkgutil --expand SomeFlat.pkg /tmp/SomeFlat.pkg
pkgutil --flatten /tmp/SomeFlat.pkg SomeFlatFixed.pkg
clint5047 commented 7 years ago

Thanks! That did the trick!

ygini commented 7 years ago

This should now be fixed with release 1.2.11. Sorry for the delay, MacAdmins PSU time isn't the best time to publish a new software release.