I am using a Tomcat that is SSL enabled, using truststores for client authentication.
I have two .jks trustore files.
The first, I use it for the PROD environment and the other for the TEST environment client certificates.
I deploy the web application, on a Tomcat and until now i was setting one of the above files in the configuration (according to the environment).
Is it possible i can merge those files into one .jks truststore that will accept client certificates both for PROD and TEST environments?
I need to mention that i have the passwords for both truststores.
Thanks!