Wednesday, September 14, 2011

How to Configure SSL on IIS 6.0 in Windows Server 2003

Part: 1:  Creating a Certificate Signing Request (CSR)
Part: 4:  Installing SSL Signed Certificate IIS 6.0


Requirements
  • Windows Server 2003
  • Internet Information Services (IIS) 6.0
  • Certificate Authority (CA) or Purchase SSL Certificate Online
Due to the length of this tutorial it is broken into four parts.


 
Start -> Administrative Tools -> Internet Information Services (IIS) Manager
                                            Image 1



Right click on your website Go to properties.
                                                       Image 2 



Go to - Directory Security tab.

                                                       Image 3


Click on Server Certificate button.

                                                       Image 4


On Web Server Certificate Wizard click next.

                                                       Image 5


Select the first radio button, Create a new certificate, then click next.

                                                       Image 6


Select the radio button Prepare the request now, but send later option, then click next.

                                                       Image 7


Give your certificate a name you wish. It is best if you give it the same name as your web site. 
Set the Bit Length to 2048 and do not check the bottom checkboxes, then click next.

                                                       Image 8


In the organization field to the name of your company. 
In the organization unit type the department the certificate will belong to or your company name and unit. Click next.

                                                       Image 9


Common name is the address of website that certificate will cover. It can be www.yourwebsite.com
You require to buy a  DNS name (domain name) if you plan on accessing your secure site over the Internet. 
If you dont have a domain name you can buy Domain Sale! $7.49 .com at GoDaddy it is Worlds's largest domain  name registrar.

Enter the common name and click next.

                                                       Image 10


Enter your Country, State, and City then click next.

                                                       Image 11


click on Browse
                                                       Image 12


Enter name of the file for your certificate request. Save it anywhere where it is safe. Click next.

                                                       Image 13




IIS Certificate Wizard displays all the informational you have entered. If you find mistake in the entry click the back and correct the error. 
After you are done click next.

                                                       Image 14


Well you have created a Certificate Signing Request (CSR) Click finish.

                                                       Image 15


To view Certificate Signing Request (CSR) open the txt file which you have saved earlier see (Image 13)


                                                       Image 16

You have successfully generate Certificate Signing Request now in  Part: 2: you will learn How to install and configure Microsoft Certificate Authority (CA) on Windows Server 2003



Part: 1:  Creating a Certificate Signing Request (CSR)
Part: 4:  Installing SSL Signed Certificate IIS 6.0