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.
To answer your questions in the order that you have asked. Since you did not mention what environment you want to implement the solution I will endevor to make this answer as generic as possible.
httpd.confto get it to run…see this as an exampleThe line
LoadModuleabove, needs to be uncommented and Apache needs to be restarted in order to re-read the configuration with the changes made to it.. Furthermore, you can get xampp which contains Apache, MySql and Php/Perl stack for Windows. See here for further information on this. If you are running a Linux environment, then a quick check to see if Apache is indeed installed by issuing those two commands below:(The first command checks to see if the
httpdprocess is running and the second checks if you have the configuration file present if Apache is installed.