I've successfully distributed a Java-based app .dmg from my intel iMac, but am trying to port over the signing authority ( Certificate and Identity) to an M2.
I'm following the "backup your Identities" recipe to make a .p12 file, but I can't complete the Export. The .p12 file format option is greyed out (while .pem and .cer are offered).
What could be causing this? I can sign my .dmg installers from this computer, so codesign is happy with what it is seeing in the Keychain.
I'm following the "backup your Identities" recipe
It’s always a good idea to include links to the resources you’re using. In this case that’s The Care and Feeding of Developer ID.
I suspect that you missed step 2 of the instructions in Back Up Your Signing Identities, that is, selecting My Certificates at the top. That means you’re looking at certificates (Certificates) not digital identities (My Certificates) and hence you only get the certificate export options.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"