Problem

You need to create a certificate request to get a get a certificate from Microsoft Active Directory Certificate Services.

Assumptions

  1. Running on Windows
  2. Using IIS

Solution

    1. Go to the server where the certificate will be used
    2. Open IIS
    3. Click Server Certificates

IIS_Server_Certificates_2018-06-29_10-48-42

    1. Click Create Server Request

IIS_Create_Certificate_Request_2018-06-29_10-56-49

  1.  Fill out the information
  2. The Common Name(CN) must match the url or host name to work.
  3. Click Next

IIS_Certificate_Request_Distinguished_Name_Properties_2018-06-29_11-02-25

  1. Choose your Cryptographic Service Provider
  2. Choose your bit length
  3. Click Next

Request_Certificate_Cryptographic_Service_Provider_2018-06-29_11-10-27

  1. Choose the filename where the request should be stored
  2. Click Finish

Request_Certificate_Filename_2018-06-29_13-22-57

Now you have your certificate request ready to upload to Microsoft Active Directory Certificate Services.

Leave a comment