> This is a new `jlink` plugin which allows the user to specify the CA > certificates it wants to include in the `cacerts` keystore in a custom > runtime image. This can be very useful for creating runtimes that only > contain the CA certificates that are necessary. > > The command-line syntax takes one or more `cacert` keystore aliases as an > option, separated by a comma. > > For example: > > `jlink --cacerts "letsencryptisrgx1 [jdk]"` > > or > > `jlink --cacerts "letsencryptisrgx1 [jdk],digicertglobalrootca [jdk]"`
Sean Mullan has updated the pull request incrementally with one additional commit since the last revision: Make test be able to run with jmod-less image. ------------- Changes: - all: https://git.openjdk.org/jdk/pull/29700/files - new: https://git.openjdk.org/jdk/pull/29700/files/3bfaa6f8..c8317c89 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=29700&range=03 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=29700&range=02-03 Stats: 7 lines in 1 file changed: 4 ins; 0 del; 3 mod Patch: https://git.openjdk.org/jdk/pull/29700.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/29700/head:pull/29700 PR: https://git.openjdk.org/jdk/pull/29700
