> On Jun 25, 2023, at 10:21 AM, Alan Snyder <javali...@cbfiddle.com> wrote:
> 
> I’m having trouble using the code signing feature of jpackage for macOS.
> 

FWIW, I have…

SIGNING_CERT_3RD_PARTY="3rd Party Mac Developer Application: Michael Hall 
(??????????)"
DEFAULT_SIGNING_CERT="Michael Hall"
DEVELOPER_ID_APPLICATION="Developer ID Application: Michael Hall (??????????)"
SIGNING_CERT=$DEVELOPER_ID_APPLICATION

        --mac-sign \
        --mac-signing-key-user-name "$SIGNING_CERT” \

I think these are public certs but obfuscated the last bit just to be safe.

You should be able to verify what you have with the keychain app.

Mike



Reply via email to