Centos – Keytool importkeystore option fails – IOException: keystore password was incorrect
I have a spring boot application wherein a Dockerfile executes a "keytool -importkeystore ..." command to import a p12 keystore. The reason the keytool command is executed in the entrypoint.sh is to give the ability to parameterize the setting of…