Link to home
Start Free TrialLog in
Avatar of siono4
siono4

asked on

OpenSSL - Create a self signed certificate using a CSR

Hi,

I want to use SSL on my website. In order to do this, my hosting company generates the CSR and sends it to me so that I can contact an SSL Provider. But... instead of going to the SSL Provider, I want to create a self signed certificate using OpenSSL. Does anyone know how I can create the certificate using the CSR provided by my hosting company?

Thanks in advance for any help...
ASKER CERTIFIED SOLUTION
Avatar of bloemkool1980
bloemkool1980

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RLGSC
RLGSC

Siono4,

You can certainly generate a self signed certificate. However, I suggest that you re-consider. If people are visiting your www site, significant security is not provided by only the encryption, it is provided by the encryption AND the assurance that the site is authentic.

The cost of certificates has dropped substantially. It is now less than US$ 50 to get a certificate from some authorities, particularly GODADDY.COM.

With all due respect, I suggest that you reconsider the idea of using a self-signed certificate for anything except casual testing.

- Bob (aka RLGSC)
Avatar of siono4

ASKER

Thanks bloemkool1980. That solved my problem
your welcome it did solve my problem too which was almost identical to yours.
Goodluck with your nifty opensource solution :)