Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What Certificate Authority Software is Available? [closed]

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?

like image 703
kaybenleroll Avatar asked Aug 20 '08 11:08

kaybenleroll


People also ask

What are the different types of certificate authority?

There are generally two types of CAs – a root CA and a subordinate CA.

What is Certificate Authority software?

A certificate authority (CA) is a trusted entity that issues Secure Sockets Layer (SSL) certificates. These digital certificates are data files used to cryptographically link an entity with a public key. Web browsers use them to authenticate content sent from web servers, ensuring trust in content delivered online.

Does Certificate Authority need to be online?

The CA does not need to be online. However, the CA public certificate may point to a web server which has revocation lists.

How do I check if a certificate is available?

To view certificates for the local device Select Run from the Start menu, and then enter certlm. msc. The Certificate Manager tool for the local device appears. To view your certificates, under Certificates - Local Computer in the left pane, expand the directory for the type of certificate you want to view.


1 Answers

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.

like image 78
Ted Percival Avatar answered Oct 02 '22 12:10

Ted Percival