Microsoft IIS 5.x/6.x


Generating a Certificate Signing Request (CSR) using Microsoft IIS 5.x/6.x

 The type of CSR this article will create is deprecated, please use OpenSSL. Download OpenSSL then follow our guide.

A CSR is a file containing your IIS SSL certificate application information, including your Public Key. Generate your CSR and then copy and paste the CSR file into the web form in the enrollment process:

Generate keys and Certificate Signing Request:

  • Select Administrative Tools
  • Start Internet Services Manager

ms_iis_01

  • Open the properties window for the website the CSR is for. You can do this by right clicking on the Default Website and selecting Properties from the menu
  • Open Directory Security by right clicking on the Directory Security tab
ms_iis_02
  • Click Server Certificate. The following Wizard will appear:
ms_iis_03
  • Click Create a new certificate and click Next.
ms_iis_04
  • Select Prepare the request and click Next.
ms_iis_05
  • Provide a name for the certificate, this needs to be easily identifiable if you are working with multiple domains. This is for your records only.
  • You will need to generate a 2048 bit length CSR. Click Next.
ms_iis_06
  • Enter Organization and Organizational Unit, these are your company name and department respectively. Click Next.
ms_iis_07
  • The Common Name field should be the Fully Qualified Domain Name (FQDN) or the web address for which you plan to use your IIS SSL Certificate, e.g. the area of your site you wish customers to connect to using SSL. For example, an SSL Certificate issued for domain.com will not be valid for example.domain.com. If the web address to be used for SSL is secure.No-IP.com, ensure that the common name submitted in the CSR is secure.No-IP.com. Click Next.
ms_iis_08
  • Enter your country, state and city. Click Next.
ms_iis_09
  • Enter a filename and location to save your CSR. You will need this CSR to enroll for your IIS SSL Certificate. Click Next.
ms_iis_10
  • Check the details you have entered. If you have made a mistake click Back and amend the details. Be especially sure to check the domain name the Certificate is to be “Issued To.” Your IIS SSL Certificate will only work on this domain. Click Next when you are happy the details are absolutely correct.
  • When you make your application, make sure you include the CSR in its entirety into the appropriate section of the enrollment form – including the beginning and ending tags: —–BEGIN CERTIFICATE REQUEST—– to —–END CERTIFICATE REQUEST—–
  • Click Next
  • Confirm your details in the enrollment form
  • Finish

To save your private key:

  • 1) Go to: Certificates snap in the MMC
  • 2) Select Requests
  • 3) Select All tasks
  • 4) Select Export

We recommend that you make a note of your password and backup your key as these are known only to you; Network Solutions does not know this password. A floppy diskette or other removable media is recommended for your backup files.