Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello,
With ThingWorx Navigate 9.6.1, is it necessary to create a separate keystore and truststore, or can we use the ones already created for Tomcat?
Thank you in advance!
Solved! Go to Solution.
You should be able to use any keystore, truststore if the access rights allow access to the keystore files and if they contain the appropriate certificates.
e.g. you can also use standard cacerts or jssecacerts as truststore.
Of course you have to configure the appropriate file location and password into the appropriate config files.
You should be able to use any keystore, truststore if the access rights allow access to the keystore files and if they contain the appropriate certificates.
e.g. you can also use standard cacerts or jssecacerts as truststore.
Of course you have to configure the appropriate file location and password into the appropriate config files.
@ThorstenMueller Thank you for your response. However, according to 9.6.1 help center they mention as below:
That's why I want to double-check this.
Sure,
you can use the same keystore file even if you use it for two different "purposes" - first as the keystore for the tomcat server, and second to "identify" as ThingWorx to Windchill.
