Microsoft IIS 7.x CSR Generation Print

  • 13

CSR Generation: Microsoft IIS 7.x

Generating a Certificate Signing Request (CSR) using Microsoft IIS 7.x

To generate your CSR, you will need to log in to your server and use the following instructions:

  1. Click the 'Start' menu. Select 'Administrative Tools', then 'Internet Information Services (IIS) Manager'.


  2. Click the server name.


  3. In the menu, click the 'Server Certificates' button in the 'Security' section.

  4. On the right-hand-side, click the 'Create Certificate Request...' Action. This will begin the Request Certificate Wizard.

  5. Fill out your information. The Common name is where you should enter the fully qualified domain name of the website you require the certificate for. For wildcard certificates, this is in the format *.mydomain.com. Click 'Next'.

  6. Leave the 'Cryptographic service provider' as default. The 'Bit length' can be changed, we recommend a minimum of 1024-bit, and 2048-bit where possible. Click 'Next'.

  7. Choose a path and filename to save the CSR. Click 'Finish'.

  8. Your CSR is now generated. Open the 'certreq.txt' file with a text-editor and copy and paste the contents into the enrollment form when requested.

Notes:
EV certificates require a minimum of a 1024-bit keysize if valid before 2011, and 2048-bit if they are valid into 2011. We recommend that a 2048-bit keysize is the minimum used for all certificates.


Was this answer helpful?

« Back