开发者

Where is the trust store in JBOSS for a self-signed certificate?

开发者 https://www.devze.com 2022-12-11 09:02 出处:网络
I have created a self-signed certificate on my server. Now I need to import the certificate to the tru开发者_开发百科st store so that the application .If it was Tomcat, I would put it here:

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

Now I need to import the certificate to the tru开发者_开发百科st 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?


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
0

精彩评论

暂无评论...
验证码 换一张
取 消