Hi,
Is there a way using which i can place my stores outside somewhere in my server directory?
I tried doing this :-
<key-store-file>${jboss.server.home.dir}/conf/server.keystore</key-store-file>
<key-store-type>jks</key-store-type>
<key-store-password>admin1234</key-store-password>
<trust-store-file>${jboss.server.home.dir}/conf/server.truststore</trust-store-file>
<trust-store-type>jks</trust-store-type>
<trust-store-password>admin1234</trust-store-password>
this dint help
Any help in this would be highly appreciated!
Thanks in advance.
Regards,
Pratik Pai