Monday, August 1, 2011

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

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

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

3. This CA is an entity which issues Digital Certificates.

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

5. 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. !!!

No comments:

Post a Comment