jpackage code signing identity
Michael Hall
mik3hall at gmail.com
Sun Jun 25 15:34:18 UTC 2023
> On Jun 25, 2023, at 10:21 AM, Alan Snyder <javalists at 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
More information about the core-libs-dev
mailing list