Security Considerations > Updating Passwords for Autogenerated Truststores
Updating Passwords for Autogenerated Truststores
Beginning in ThingWorx Analytics 9.2, Java truststores are no longer required. Instead, Analytics Server and Platform Analytics installers automatically generate component-specific truststores and import the necessary TLS certificate into them. If you need to update the encrypted password for one of these truststores, you will need to run the keytool command below to change the password and then run the appropriate encryption command as documented in Updating Encrypted Keys and Passwords.
Keytool Command:
keytool -storepasswd -keystore <path to the truststore>
The chart below shows the possible truststores that can be auto-generated, depending on the component and TLS options selected during installation. It also shows where each truststore is stored so that you can enter the path in the keytool command above.
Installers
Truststore
Location
Analytics Server
ThingWorx truststore
<installation directory>/certificates/thingworx-truststore.pkcs12
Analytics Server truststore
<installation directory>/certificates/analytics-server-truststore.pkcs12
Platform Analytics
ThingWorx truststore
<installation directory>/certificates/thingworx-truststore.pkcs12
RabbitMQ truststore
<installation directory>/RabbitMQ/certs/rabbitmq-truststore.pkcs12
Analytics Server truststore
* 
Only generated if integrating with Analytics Server
<installation directory>/certificates/analytics-server-truststore.pkcs12
Was this helpful?