JDK-8242389 : Enhance jpackage documentation of mac signing
  • Type: Enhancement
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 15
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-04-08
  • Updated: 2020-04-28
  • Resolved: 2020-04-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 15
15Fixed
Related Reports
Relates :  
Description
In The Packaging Tool User's Guide  section:
Sign the Application Package (macOS)
1.) The example used default type , which on Mac is "dmg", which only requires the "Developer ID Application: developer.example.com" certificate (as described all good), but it should mention that to sign a "pkg" type the "Developer ID Installer: developer.example.com" certificate is also needed.
2.) The doc should now say that s signed "dmg" or "pkg", or a zip file made from an "app-image" is suitable for notarization.