CSR generation for Microsoft IIS 4.x
In this article, we'll look at generating IIS SSL CSR using Microsoft IIS 4.x.
Generate the CSR request, then copy and paste it during the order of the certificate:
- Open the Microsoft Management Console (MMC) for IIS (available on the Windows® NT 4.0): Option Pack > Microsoft Internet Information Server > Internet Service Manager.
- In the MMC, expand the Internet Information Server folder and expand the computer name.
- Open the Site Property window for which the CSR request is generated. This can be done by right-clicking.
- Open the Directory Security folder
- In the Secure Communications area of the Properties window, select the Key Manager button and select "Create New Key..."
- Select "Put the request in a file that you will send to an authority". Specify the file name (or confirm the default).
- Fill in the relevant details:
- Fill in all the fields, avoiding the following signs and symbols: ! @ # $ % ^ * ( ) ~ ? > < & / \
- Note: If your server has a 128 bits capacity, you can generate keys up to 2048 bits.
- Click Next until you reach Finish.
- Click Finish.
- Click Next.
- Confirm your details in the order.
- Process completed
• Key Manager displays an icon of a key. This key will have an orange line in the middle until you complete its creation. Select the "Computers" menu and click Exit. Select «Yes» when you are asked to confirm the changes.
• When you complete an order, make sure that this file (this is your CSR) is inserted in the field for the CSR request in the order and contains in itself:
-----BEGIN CERTIFICATE REQUEST-----
-----END CERTIFICATE REQUEST-----
We recommend that you keep the password for your key and back it up, because no one can help you with its recovery.