JBOSS 中用于自签名证书的信任存储在哪里?

发布于 2024-08-10 07:04:14 字数 147 浏览 7 评论 0原文

我已在我的服务器上创建了自签名证书。

现在我需要将证书导入到信任存储区,以便应用程序。如果是Tomcat,我会把它放在这里: %JAVA_HOME%\jre\lib\security\cacerts

JBoss 中的等效项在哪里?我应该去哪里看?

I have created a self-signed certificate on my server.

Now I need to import the certificate to the trust store so that the application . If it was Tomcat, I would put it here:
%JAVA_HOME%\jre\lib\security\cacerts

Where is the equivalent in JBoss? Where should I look?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雄赳赳气昂昂 2024-08-17 07:04:14

我认为您可以将其放入 %JAVA_HOME%\jre\lib\security\cacerts 中,或者复制该文件,添加您的证书并指向新文件:

-Djavax.net.ssl.trustStore=<<new_path>>cacerts

I think you can put it into the %JAVA_HOME%\jre\lib\security\cacerts, or copy that file, add you cert and point to the new file with:

-Djavax.net.ssl.trustStore=<<new_path>>cacerts
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文