What are the Different steps to be followed to get SSL(Secure Sockets Layer) for our Web Application ?

 Posted by Chvrsri on 12/30/2010 | Category: IIS Interview questions | Views: 6509 | Points: 40
Answer:

. Intially we have to Generate a certificate request from our IIS

. Now we have to request a certificate from the certificate authority(CA)

. This CA is an entity which issues Digital Certificates.

. After receiving the certificate we have to install that particular certificate on our Web Server using IIS

. We have to use Secure Hyper Text Transfer Protocol(HTTPS) when accessing secure pages in our application.

By this way we could make our web page as SSL protected. !!!


Source: My Own !!! | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response