signing can't find any identities

I have signing working on my Development system. Now I need to get the script to work on a build VM. It is a Mac OS 12 VM.

I installed all the various certs, and can see them in the Keychain app. All show as "trusted".

When I run the script, "security find-identities" only finds a couple (not the one I need), and they are marked as CSSMERR_TP_NOT_TRUSTED.

I'm quite sure I missed a step or setting somewhere, but have no idea of what or where.

I recommend that you read Resolving errSecInternalComponent errors during code signing and, specifically, the Fixing an untrusted code signing certificate post that it links to.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

signing can't find any identities
 
 
Q