Services Plans Sign Up How we work Affiliates Contact us

June 5, 2010

SSL certificate installation using Openssl

Filed under: Technical Articles — admin @ 1:17 am

In order to get a valid SSL certificate, you will need to generate a CSR that a certificate signing authority (such as Verisign or Thawte) will request. You have to determine the URL for the secured web site – this should be a Fully Qualified Domain Name (FQDN), i.e. if you want to access your secured website through https://www.example.com/, then the FQDN of your website is www.example.com
Select a few large and relatively random files on your server – compressed log files are a good start. These will act as your random seed enhancers. We refer to these as file1:file2:…:file5 below. Generate a key with the following command:

(more…)

AddThis Social Bookmark Button

Powered by WordPress