Forum Discussion
Thanks Dave, i could see it in documentation also.
Also can you tell how can we copy current cacerts files from current to new location using keytool utility with reference to below notes in documentation (we don’t have any additional customization to be done on the nodes )
"
To use custom truststore entries, you should back up the /opt/snaplogic/pkgs/jre1.8.0_162/lib/security/cacerts
file and copy any additional custom truststore entries to the /opt/snaplogic/pkgs/jdk-11.0.1/lib/security/cacerts
file using the keytool utility.
"
let me know if there is any command handy with you.
thanks
If there are no customizations to be done, then there is no need to copy any entries into the new JRE cacerts.
In case there are new trust entries to be added, the command will be something like
/opt/snaplogic/pkgs/jdk-11.0.1/bin/keytool -import -trustcacerts -keystore /opt/snaplogic/pkgs/jdk-11.0.1/lib/security/cacerts -storepass changeit -alias myalias -import -file mytrust.txt
The command will change based on what format the trust certificate file is in.
Related Content
- 3 years ago
- 5 years ago
- 4 years ago