/
githubmirror
/
jdk22
Обзор
Документация
Войти
/
githubmirror
/
jdk22
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/java.base/share/data/cacerts/README
10 строк
567 B
Magnus Ihse Bursie
8257733: Move module-specific data from make to respective module
22 мар 2022, 00:34
22 мар 2022, 00:34
f8878cb
Код
Авторство
О чём код?
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.