I am trying to sign a Java application, packaged in a disk image, via jpackage, invoked via Ant (so no XCode anywhere). The packaging itself works fine, but I am having trouble figuring out the signing parameters. In particular, it seems I will have to provide a parameter
--mac-signing-key-user-name
What value should I give to this parameter? I have an Apple Developer Account (well, obviously...), I have generated a certificate and quite a few other things, but I am confused as to what the "signing-key-user-name" should be.
The error message I currently get from jpackage is:
No certificate found matching [...] using keychain []
I am on MAC OS 12.6 and JDK 17.
Any help would be greatly appreciated.