RFR: 8286850: [macos] Add support for signing user provided app image [v3]
Alexey Semenyuk
asemenyuk at openjdk.java.net
Fri Jun 3 15:54:37 UTC 2022
On Fri, 3 Jun 2022 02:03:35 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
>> - Added support for signing predefined application image.
>> - Following command can be used to sign predefined application images: jpackage --type app-image --app-image Test.app --mac-sign [additional signing options]
>> - Main class and if --mac-app-store was specified will be saved in .jpackage.xml. Both values are required for signing. Main class is to generate default identity and --mac-app-store to do correct signing for App Store.
>> - Signing is done exactly same as when generating app bundle. Unsigned, signed or partially signed app images are supported. App image will be completely unsigned before signing.
>
> Alexander Matveev has updated the pull request incrementally with one additional commit since the last revision:
>
> 8286850: [macos] Add support for signing user provided app image [v3]
Marked as reviewed by asemenyuk (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/8987
More information about the core-libs-dev
mailing list