Skip to content

Commit

Permalink
Tell Java to use our truststore
Browse files Browse the repository at this point in the history
  • Loading branch information
bstansberry committed Jul 16, 2024
1 parent c96675e commit 4c23113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/wildfly-mods/profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<systemPropertyVariables>
<!-- Properties shared with Arquillian -->
<tck_server>${jboss.server.name}</tck_server>
<javax.net.ssl.trustStore>${env.JBOSS_HOME}/standalone/configuration/client.truststore.pkcs12</javax.net.ssl.trustStore>
</systemPropertyVariables>
<!-- Standard client side JPMS settings -->
<argLine>
Expand Down

0 comments on commit 4c23113

Please sign in to comment.