gpt4 book ai didi

java - 检索和使用 Microsoft 或 Mozilla 的 Root-CA 列表并在 Java 中使用它?

转载 作者:太空宇宙 更新时间:2023-11-03 13:30:40 24 4
gpt4 key购买 nike

Windows 版 OpenJDK 中包含的根 CA 证书列表令人印象深刻,但有许多根 CA 证书受 Firefox 等常见浏览器信任,但不受 Java 信任。

两者都是MicrosoftMozilla发布他们当前的根 CA 证书列表,但使用的文件格式似乎是专有的。

curl 项目有一个使用 Mozilla 文件作为源的自动转换器,但是这个转换器 (mk-ca-bundle) 是一个 Perl 脚本。

有没有办法用纯 Java 读取其中一个列表,以便以后可以将其用作信任库?

最佳答案

OpenJDK 在 Security files for OpenJDK repo 中描述了他们如何构建 cacerts 文件.该脚本从 Mozilla 下载证书:

wget https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt .

根据 repo 说明,您可以构建自己的 cacerts 文件,该文件将信任您自己选择的另一个证书列表:

  1. Download the following Perl script: https://raw.githubusercontent.com/curl/curl/master/lib/mk-ca-bundle.pl

  2. Download the following Java application: https://github.com/use-sparingly/keyutil/releases/download/0.4.0/keyutil-0.4.0.jar (source available at https://github.com/use-sparingly/keyutil)

  3. Run the provided GenerateCertsFile.sh script with: bash ./GenerateCertsFile.sh - this will use the above files assuming they're located in the same directory as the script

  4. Use the cacerts provided: it must be in the jdk/jre/lib/security or jdk/lib/securityfolder

关于java - 检索和使用 Microsoft 或 Mozilla 的 Root-CA 列表并在 Java 中使用它?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56493968/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com