Installing SSL certificate on TomEE/ Tomcat using certificates and key file

In order to install SSL certificate on TomEE or Tomcat it is essential that you import a key pair to the Java key store instead of just the certificate.


The process for doing it over a UI using the Keystore Explorer (open source GUI replacement for the Java command-line utilities keytool and jarsigner) follow below steps:


Documentation for changes in the server.xml file of TomEE or Tomcat.