ARTICLE AD BOX
inside server.xml
<Connector
keystorePass="password"
/>
Server.xml has keystore password in written in the form of plaintext.
What should be the best way to define the keystore password so that it is secure and what is the industry level practice, how it should be done ?
