Knowledgebase

Microsoft IIS 7.x  Print this Article

CSR Generation: Microsoft IIS 7.x
  • Click Start.
  • Select Administrative Tools.
  • Start Internet Services Manager.
  • Click Server Name.
  • From the center menu, double-click the "Server Certificates" button in the "Security" section.

  • Select "Actions" menu (on the right), click on "Create Certificate Request."

  • This will open the Request Certificate wizard.

  • In the "Distinguished Name Properties" window, enter the information as follows:
  • 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. You will need to insure that the common name submitted in the CSR is the correct domain name / FQDN that you intend to use the certificate for. For wildcard SSL certificates the common name should contain at least one asterisks (*) e.g. *.comodo.com,*.instantssl.com,etc
  • Enter Organisation and Organisation Unit, these are your company name and department respectively.
  • Enter your City/localityState/province and Country/region.
  • Click Next.
  • In the "Cryptographic Service Provider Properties" window, Leave Cryptographic Service provider Default (Microsoft RSA SChannel Cryptographic Provider) Change the Bit Length to (2048) then Click Next.

SetKeySizeAndCSP

  • Enter a filename and location to save your CSR. You will need this CSR to enroll for your IIS SSL Certificate.

  • Click Finish.
  • Your new CSR is now contained within the file c:\certreq.txt
  • When you make your application, make sure you include the CSR in its entirety into the appropriate section of the enrollment form - including 
    -----BEGIN CERTIFICATE REQUEST-----to-----END CERTIFICATE REQUEST-----
  • Click Next
  • Confirm your details in the enrollment form
  • Finish

To save your private key:

  • Go to: Certificates snap in in the MMC
  • Select Requests
  • Select All tasks
  • Select Export

We recommend that you make a note of your password and backup your key as these are known only to you, so if you loose them we can't help! A floppy diskette or other removable media is recommended for your backup files. ** please note that this last step is not required but is recommended if you intend to make any changes to the site.

Was this answer helpful?

Related Articles

What is CSR and who needs it?
A Certificate Signing Request is a text generated on the server that is used to create your SSL...
Apache/OpenSSL
To generate a pair of private key and public Certificate Signing Request (CSR) for a webserver,...
Apache (with mod_ssl)
Installing SSL certificate on Apache with mod_ssl To install certificate you need 2...
Apache (Multi-Domain version)
To generate CSR file which includes more than one Fully Qualified Domain Name, you need to...
Apple Mac OS X Server
CSR is generated in 2 steps.I. Private key generation1. Log into server and open...