Skip to main content
1-Visitor
August 21, 2019
Solved

How to create TrustStore file for Windchill Authentication in TW Navigate ?

  • August 21, 2019
  • 1 reply
  • 3767 views

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

Best answer by tbhosale

Hi @shindemayur ,

 

You can get the certificate from the keystore you have created for ThingWorx.

 

Are you done configuring ThingWorx for SSL? If yes, we need the certificate you used for configuring ThingWorx for SSL.

 

Regards,

Tushar

1 reply

5-Regular Member
August 21, 2019

Hi @shindemayur ,

 

The truststore should consist of public part of Windchill and ThingWorx SSL certificate. Here in the command server.cer refers to public part of your ThingWorx certificate. You can change the command according to your certificate name. 

 

Regards,

Tushar

1-Visitor
August 21, 2019

Thanks @tbhosale  for  reply,

but I actually don't know the name of my Thingworx certificate. Where can I find it? 

tbhosale5-Regular MemberAnswer
5-Regular Member
August 21, 2019

Hi @shindemayur ,

 

You can get the certificate from the keystore you have created for ThingWorx.

 

Are you done configuring ThingWorx for SSL? If yes, we need the certificate you used for configuring ThingWorx for SSL.

 

Regards,

Tushar