How to create TrustStore file for Windchill Authentication in TW Navigate ?
Hi,
I want to configure Thingworx Navigate using Windchill Authentication . As per given in installation document , we need to generate two files Keystore.jks and TrustStore.jks. For generating keyStore.jks clear steps are given in installation document, but can not find clear steps to generateTrustStore.jks .Only one command is specified that need to be executed from command prompt. i.e.
keytool -import -alias testtrustStore -file server.cer -keystore TrustStore.jks -storetype JKS
but,
I get execution after execution as : FileNotFoundException : server.cer
where is server.cer file located ?
Document I referred is :
https://www.ptc.com/support/-/media/FE5AC01488FB4598830675518D74F7CD.pdf?sc_lang=en
Page no 20

