make/data/cacerts/README
author mgronlun
Wed, 03 Jul 2019 11:34:46 +0200 (2019-07-03)
changeset 55571 49102ba8cf14
parent 55215 29ab1f3bd353
permissions -rw-r--r--
8214542: JFR: Old Object Sample event slow on a deep heap in debug builds Reviewed-by: egahlin, rwestberg
Each file in this directory (except for this README) contains a CA certificate in PEM format. It can be generated with

keytool -J-Duser.timezone=GMT -printcert -file ca.cert | sed -n '1,4p;8,10p'
keytool -printcert -file ca.cert -rfc

Please note the textual part before the "-----BEGIN CERTIFICATE-----" line is just a suggestion and not arbitrary.

After any change in this directory, please remember to update the content of `test/jdk/sun/security/lib/cacerts/VerifyCACerts.java` as well.

All changes to this directory need to be approved by the Security group.