I'd like to set up a certificate authority, which I can then import to all the company's browsers and systems to get rid of all those nasty client warnings when using HTTPS or SSL.

link|improve this question

38% accept rate
feedback

3 Answers

up vote 3 down vote accepted

You can use TinyCA, a graphical front-end for openssl that lets you manage the tasks of a certificate authority.

A screenshot from their page. alt text

link|improve this answer
feedback

I recommend using OpenCA and here is the install guide. This is a full fledge PKI suite, which includes an OCSP server to immediately revoke certificates. It also has a PKI Resource Protocol server. I have personally used OpenCA and it is what you want.

If you really like RedHat and Java then you might want to go with RedHat Certificate System.

link|improve this answer
feedback

Have a look at this: http://sial.org/howto/openssl/ca/

And for the entire work flow: http://sial.org/howto/openssl/

link|improve this answer
1  
Links are broken as of 5/11 – Greg May 28 '11 at 21:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.