> 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 two additional 
commits since the last revision:

 - Adjust wording of the description for cacerts option.
 - Rethrow PluginException as is.

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/29700/files
  - new: https://git.openjdk.org/jdk/pull/29700/files/c8317c89..b09c9f25

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=29700&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=29700&range=03-04

  Stats: 11 lines in 3 files changed: 3 ins; 0 del; 8 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

Reply via email to