Tomcat Server/Client Self-Signed SSL Certificate
I have an Apache Tomcat 6.x server running with a self-signed SSL certificate. I want the client to present their own certificate to the server so I can authenticate them based on a database of users. I have it all working based on an example I found online, but the example came with canned certificates and a pre-build JKS datastore. I want to create my own datastore with my own certs but am having no luck. How do I create a datastore for Tomcat? How do I create a self-signed certificate for Tomcat? How do I create a self-signed certificate for the client? How do I force Tomcat to trust the