views:

302

answers:

3

I have developed a new web service. Now, I need to deal with security issue as we are intending to make it a secure service.

In order to set up SSL and https, I need to obtain and install an SSL certificate. Who is the certificate authority?

Do you know how to go about with this?

Are there concise articles on this?

Regards.

David

A: 

You can choose where you buy your SSL certificate. e.g. Verisign.

They provide information on how to install SSL certificated on your IIS webserver.

Hope this helps.

Zaagmans
A: 

hey i would suggest you to start with a free development certificate (which you can create yourself)

once you are done with all your development and debugging, you can contact verisign or other ca's for a real one

its very easy to create a free development certificate for testing. i had blogged about it here

Raj
A: 

If you are using IIS7 its really easy to set up a new ssl certificate for testing purposes.

Check out http://deanhume.com/Home/BlogPost/set-up-iis-7-to-run-a-secure-site-locally---https/21

Deano