Keytools is the default certificate management tool provided by Oracle in JDK. Some users feels it as inconvenient as there is no UI for this command. One solution is to use 3rd party open source tool KeyStore Explorer which provide very easy to use UI. KeyStore Explorer
Tag: SSL
How to add SSL certificate to JRE
If you are getting SSLHandshakeException while accessing secure URLs, you will need to add the SSL certificate for that URL to your JRE. Use below steps to add SSL certificate to JRE (Checkout Downloading SSL Certificate From a URL if you are looking for steps to download the SSL certificate…
Apache Tomcat β Encrypting keystore password
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….