Download the attached file and follow the below steps:
Linux
- copy the update_keystore_jceks_password.bsh file to the <TSNA-Data> folder
- stop the webservice
- open a command line window and run the command: <TSNA-Home>/tools/bsh.sh update_keystore_jceks_password.bsh <newPassword>
- edit the <TSNA-Home>/tools/setenv.sh file : ENA_KEYSTORE_PASSWORD=<newPassword>
- edit the startup script /etc/init.d/enatomcat : -Djavax.net.ssl.keyStorePassword=<newPassword> \
- restart the webservice
Windows
- copy the update_keystore_jceks_password.bsh file to the <TSNA-Data> folder
- stop the webservice
- open a command line window and run the command: <TSNA-Home>\tools\bsh.bat update_keystore_jceks_password.bsh <newPassword>
- edit the <TSNA-Home>\tools\setenv.bat file : ENA_KEYSTORE_PASSWORD=<newPassword>
- edit the startup script regedit > HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Apache Software Foundation\Procrun 2.0\enatomcat\Parameters\Java > Option : -Djavax.net.ssl.keyStorePassword=<newPassword>
- restart the webservice