Self-signed ceritificates for many users/browsers/sites

Posted by Demiurg on Stack Overflow See other posts from Stack Overflow or by Demiurg
Published on 2010-12-25T11:47:02Z Indexed on 2010/12/25 11:54 UTC
Read the original article Hit count: 276

Here is my problem - I have a lot of users using different browsers accessing many internal web sites using https. I can create my own Certificate Authority, than create a certificate for each server and after that have all the users import it. Obviously, it cannot work in reality - there are too many users and too many sites, and some sites will be added in the future.

I'm looking for a way to automate this. Is there a way to create a certificate so that all major browsers (IE, FF, Opera, Chrome and Safari) would trust it for all servers ? If so, what is the best way to install it automatically in all major browsers ?

© Stack Overflow or respective owner

Related posts about web-development

Related posts about security