[jdk17u-dev] RFR: 8278080: Add --with-cacerts-src='user cacerts folder' to enable deterministic cacerts generation

Andrew Leonard aleonard at openjdk.java.net
Tue Feb 15 13:33:41 UTC 2022


Provide a new configure argument --with-cacerts-src=<cacerts directory>, that allows openjdk builds to specify their own source of cacerts, similar to the existing --with-cacerts-file option for pre-built ketstores, but this new option allows builds to use the GenerateCacerts openjdk tooling which produces a deterministic "reproducible" keystore.

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

Commit messages:
 - Backport dc2abc9f05c2b7c52aeb242082359c48963f9854

Changes: https://git.openjdk.java.net/jdk17u-dev/pull/164/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk17u-dev&pr=164&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8278080
  Stats: 22 lines in 3 files changed: 22 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk17u-dev/pull/164.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk17u-dev pull/164/head:pull/164

PR: https://git.openjdk.java.net/jdk17u-dev/pull/164


More information about the jdk-updates-dev mailing list