Trying to sign a Munkitools.pkg I get the error message
Issuing this command
finds a bunch of codesigning identities but not the ‘Developer ID installer’ identity
I did initially find that codesign was not in the attributes of the cert I’m trying to use but adding it did not help
The only difference I’ve been able to find between the Developer ID Installation cert (which doesn’t work) and the Developer ID Application cert (which can be used but won’t validly sign an installer) is in one of the attributes called Purpose #1 in the pics- ‘code signing’ is missing in the one that doesn’t work…
hmm can't post pics
Developer ID Installer: Buymax Pty Ltd (V66AU3MHBS): this identity cannot be used for signing code
Issuing this command
Code Block security find-identity -p codesigning
finds a bunch of codesigning identities but not the ‘Developer ID installer’ identity
I did initially find that codesign was not in the attributes of the cert I’m trying to use but adding it did not help
The only difference I’ve been able to find between the Developer ID Installation cert (which doesn’t work) and the Developer ID Application cert (which can be used but won’t validly sign an installer) is in one of the attributes called Purpose #1 in the pics- ‘code signing’ is missing in the one that doesn’t work…
hmm can't post pics