By default SSL keystore password is used as plain text in server.xml file. For example: If required we can implement our own encryption to secure this password. In this post Iβm not explaining anything about encryption/decryption, but a solution to implement decryption at the time of tomcat reading keystore file….
Tag: Security
Apache Tomcat – Encrypting keystore password
By default SSL keystore password is used as plain text in server.xml file