This is a follow up question on my earlier question. Authentication based on Certificates and IP
I am trying to do this for a very small company, and would like to rely only on open source resources. Please take into consideration the fact that I am absolutely (100%) new to the world of Security certificates and the secure protocol.
a) How can I create SSL certificate for test purpose. (I can think of using paid ones for the production, but once I complete a working POC on this.)
b) How to install the certificate on the four machines I have access to for the POC. Two of them are Win-XP and other two are Win-7.
c) I don't think the servers I have (tomcat and glassfish) support HTTPS, so are there any known open source solution for that?
d) Further, I would have to find out how to add the certificate, but that very well depends on the server I end up with. Are there any documentation related to this.