jpackage code signing identity
Alan Snyder
javalists at cbfiddle.com
Sun Jun 25 15:41:58 UTC 2023
My certificate is different, as I stated. I don’t know why.
> On Jun 25, 2023, at 8:34 AM, Michael Hall <mik3hall at gmail.com> wrote:
>
>
>
>> 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