JBOSS 中用于自签名证书的信任存储在哪里?
我已在我的服务器上创建了自签名证书。
现在我需要将证书导入到信任存储区,以便应用程序。如果是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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您可以将其放入 %JAVA_HOME%\jre\lib\security\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: