Upgrading keystore files for the Data Receiver
This scenario aims to eliminate the impact of the Java™ version upgrade on secure communications, especially if you have set up TLS authentication with Java 8 and want to continue using it, or if you want to set up two-way TLS authentication with Java 11.
Before you begin
- cdp.jks
- cdp.properties
- passStore
About this task
Use the script to upgrade the Data Receiver's passStore file. After the migration, you can flexibly use the different Java version to start the Data Receiver or to continue to set up TLS authentication.
Procedure
To complete the Data Receiver's security migration process, you need to complete the following steps:
Results
- passStore
- The keystore file in PKCS12 format, which contains a secret key for password encryption.
- passStore_LEGACY
- The keystore file in JCEKS format, which contains a secret key for password encryption.
Note: The output files will be generated only if your scenario matches the
migration scenario, otherwise, no files will be generated.