vote up 5 vote down star
1

I am running a number of SSL-encrypted websites, and need to generate certificates to run on these. They are all internal applications, so I don't need to purchase a certificate, I can create my own.

I have found it quite tedious to do everything using openssl all the time, and figure this is the kind of thing that has probably been done before and software exists for it.

My preference is for linux-based systems, and I would prefer a command-line system rather than a GUI.

Does anyone have some suggestions?

flag

5 Answers

vote up 4 vote down check

You could just create all the certs using openssl..

This is a great guide if you want to do just that.
http://riseuplabs.org/grimoire/web-server/self-signed-certs/

Alternatively I have at my site, created a shell scripts that is basicly goes through the steps described in the tutorial. Saves you the trouble of going through each of the steps.
http://thetechmind.com/articles/a-shell-script-for-creating-a-selfsigned-cert

link|flag
vote up 6 vote down

An option that doesn't require your own CA is to get certificates from CAcert (they're free).

I find it convenient to add the two CAcert root certificates to my client machines, then I can manage all the SSL certificates through CAcert.

link|flag
vote up 2 vote down

+1 to CACert. I have used them in the past, and found the service simple to use, and very effective. The self-certification route is also possible, but I found the difference between CACert and the learning curve required to set up a CA to be too great.

link|flag
vote up 2 vote down

I know you said you prefer the command line, but for others who are interested in this, TinyCA is a very easy to use GUI CA software. I have used this both in Linux, and also in OSX.

link|flag
Yeah, I like TinyCA, but found the need to run in a GUI limiting as I sometimes only have shell access to some machines. – kaybenleroll Sep 15 '08 at 22:27

Your Answer

Get an OpenID
or

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