The spring boot application's startup arguments having the trust and keystore details with plain text password.
Now I want to hide this plain text password details from process:
ps -ef | grep 'javax.net.ssl.keyStorePassword'
I have created different properties file with below details. How we can add this properties file in startup arguments?
javax.net.ssl.keyStore
javax.net.ssl.keyStorePassword
javax.net.ssl.keyStoreType
javax.net.ssl.trustStore
javax.net.ssl.trustStorePassword
javax.net.ssl.trustStoreType