How to create a CSR on Windows Server 2012 R2 - IIS 8.5

1. From the Start screen, click or search for Internet Information Services (IIS) Manager and open it.
2. Click on the server name.
3. From the center menu, double-click the "Server Certificates" button in the "IIS" section (it is in the middle of the menu).
4. Next, from the "Actions" menu (on the right), click on "Create Certificate Request..." This will open the Request Certificate wizard.
5. In the "Distinguished Name Properties" window, enter the information as follows:                

Common Name - The name through which the certificate will be accessed (usually the fully-qualified domain name, e.g., www.domain.com or mail.domain.com).
Organization - The legally registered name of your organization/company.
Organizational unit - The name of your department within the organization (frequently this entry will be listed as "IT," "Web Security," or is simply left blank).
City/locality - The city in which your organization is located.
State/province - The state in which your organization is located.
Country/region

6. Click Next.
7. In the "Cryptographic Service Provider Properties" window, enter the following information and then, click Next:                

Cryptographic service provider - In the drop-down list, select Microsoft RSA SChannel..., unless you have a specific cryptographic provider.
Bit length - In the drop-down list, select 2048 (or higher).

8. Click the ... box to browse to a location where you want to save the CSR file. If you just enter a filename without browsing to a location, your
CSR will end up in C:\Windows\System32.
9. After you receive your SSL Certificate from DigiCert, you can install it.

How to find current certificare enrolment requests:

1. Click Start –> Run –> type mmc.exe and hit Enter to run the MMC utility.
2. Once this is open, click File –> Add/Remove Snap-in from the menu.
3. Choose Certificates from the Snap-In list and click Add.
4. Choose Computer Account and click Next –> Finish.
5. Expand the Certificates Snap-in and click on Certificate Enrollment Requests.