FAQ - Upgrade procedures
A list of questions and answers related to upgrade procedures:
- Q:How do I upgrade a component that was originally installed without SSL configuration?
- A: To configure SSL attributes, perform the following steps:
- Q: What happens if I do not remember the password for the default certificates?
- A: Before starting the upgrade, test the passwords for the certificates
using the following keytool commands:
-
keytool -list -keystore TWSServerTrustFile.jks -storepass my_password -
keytool -list -keystore TWSServerKeyFile.jks -storepass my_password
-