Java Application Notarization

Hello, I need to notarize my java application in order to upload it to brew. The files that need to notarize are:

  1. "uber.jar" file
  2. shell script file without any file type.

To my understanding those files are not notarizable files, what can i do in order to solve it?

Replies

To my understanding those files are not notarizable files

It depends. You can submit any file to the notary service, simply by placing it in a zip archive. However, the purpose of notarisation is to generate a notarised ticket and that ticket only includes information about signed code. See the Notarisation Fundamentals and The Pros and Cons of Stapling posts referenced by Notarisation Resources. So it’s hard to say whether you notarising these files will actually do anything useful.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"