I\'m running Apache Tomcat locally and have installed a self signed certificate using OpenSSL. I also have a servlet running.
What I want to do is the following: The se
If you use a Java keystore you can access it from your servlet, as long as it knows the keystore location and password.