Question

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?

Was it helpful?

Solution

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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top