Hi,
I raised this ticket earlier: FB9943557
As to the signing issue I got a Application certificate sorted, as the Installer certificate wasn't able to sign the app according to the error message, when I ran it via Terminal.
My errors are now pointing to mostly embedded(within JAR files) native libraries, which are being reported as not signed:
{
"severity": "error",
"code": null,
"path": "Apache-NetBeans-13-bin-macosx.dmg/Apache NetBeans 13.pkg/nbide-13.pkg Contents/Payload/Applications/NetBeans/Apache NetBeans 13.app/Contents/Resources/NetBeans/netbeans/platform/modules/lib/x86_64/libjnidispatch-nb.jnilib",
"message": "The binary is not signed.",
"docUrl": null,
"architecture": "x86_64"
},
{
"severity": "error",
"code": null,
"path": "Apache-NetBeans-13-bin-macosx.dmg/Apache NetBeans 13.pkg/nbide-13.pkg Contents/Payload/Applications/NetBeans/Apache NetBeans 13.app/Contents/Resources/NetBeans/netbeans/platform/modules/lib/x86_64/libjnidispatch-nb.jnilib",
"message": "The signature does not include a secure timestamp.",
"docUrl": null,
"architecture": "x86_64"
}
So I'll need to find all of these and update the process to sign them.
Topic:
Code Signing
SubTopic:
General
Tags: