sslsd-logo

Windows Server 2008 – IIS 7 & 7.5 – SSL Installation

Like the majority of server systems you will install your SSL certificate on the same server where your Certificate Signing Request (CSR) was created. This is because your private key will always be left on the server system where the CSR was originally created. With Microsoft systems the private key is hidden away and will only appear once the CSR request has been completed. Your SSL certificate will not work without this private key file. We will assume that this is the original system.

To Install your SSL certificate on Windows Server 2008 – IIS 7 and 7.5 perform the following.

Step 1: Picking up your SSL Certificate.

  1. If you had the option of server type during enrollment and selected Microsoft you will receive a pkcs#7/.p7b version of your certificate within the email. Alternately you can access your Certificate User Portal by the supplied link in the email to pick up the pkcs#7 version of your certificate.
  2. Copy the SSL certificate and make sure to copy the —–BEGIN CERTIFICATE—–
    and —–END CERTIFICATE—– header and footer Ensure there are no white spaces, extra line breaks or additional characters. Use a plain text editor such as Notepad, paste the content of the certificate and save it with extension .p7b (When performing this on a Windows system the Icon of the file should change into a certificate icon )

Step 2: Installing your SSL certificate:

  1. Go to Start > Administrative Tools > Internet Information Services (IIS) Manager.
  2. From the left menu, Click the server name.
  3. In the middle pane, under Security, double-click Server Certificates.IIS 7
  4. In the right Action pane click on Complete Certificate Request.iis7
  5. Click on the Browse button, navigate and select the location of your new certificate file. (change the file type you are searching for to all .p7b as the default type may be .cer)
  6. Specify a Friendly name for quick identification of your new certificate.
    Note: With a Wildcard certificate, you want to make sure to give it a wildcard friendly name. Example: *.domain.com.
    IIS 7.x  will not let you set an SSL host header unless the
    friendly name starts with * when you bind your certificate to your sites. Host header/name is used to assign the wildcard certificate to be used on a specific site. You will perform the binding in Step 3 of these instructions.
  7. Click Ok.
    Note: You may receive an error when the system is performing the install. This is typically with a glitch with the IIS 7 to 8 series.

    1. Click Ok to acknowledge the error message, and Cancel out of the Complete Certificate Request Wizard.
    2. Hit F5 on your keyboard to refresh the IIS console. Your new certificate should appear in the Middle pane under Server Certificates. It might be missing a friendly name. If you see the new certificate in this pane it means that installation was successful.
      Note: If your certificate still does not appears then either the CSR request was never created on this system, or your private key was damaged. You will have to generate a new CSR request and perform a reissue of the certificate.
      More troubleshooting on this error can be found on the following article Troubleshooting: “Cannot find the certificate request that is associated with this certificate file.”

Step 3: Assign and Bind the SSL certificate to your web site:

  1. Click Start > Administrative Tools > Internet Information Services (IIS) Manager.
  2. Browse to your server name > Sites > Your SSL-based site.
  3. In the Actions pane, click Bindings…
    IIS 7 binding
  4. In the Site Bindings window, If there is no existing https binding, choose Add and change Type from HTTP to HTTPS.
  5. Note: If there is already a https binding, select it and click Edit.IIS 7 binding
  6. From the SSL Certificate drop down, Specify a  Friendly Name for the SSL certificate that will be used for this site.
    IIS 7 binding
  7. Click OK.

Your SSL certificate is now installed on your Windows Server 2008 – IIS 7 and 7.5 and the website is now configured.

Note: Typically IIS will automatically propagate your assigned SSL Certificate to the website check to see if your SSL Certificate is being propagated by the following SSL Certificate Checker http://cryptoreport.websecurity.symantec.com/checker/.  If you see your newly Assigned SSL Certificate you are in the clear. If not then perform the following:

  1. Start and stop the website.
  2. Restart The Server.
  3. If you have performed both 1 & 2 of the above and still do not see the new assigned certificate, then you may have a loadbalancer or Firewall acting as man in the middle that may need to be configured. Some loadbalancers or firewalls may need the SSL certificate installed on that system as well. For a list of how to move export/import instructions see our category Backup/Export (how to move) an SSL certificate.

If you are unable to use these instructions for your server, Acmetek recommends that you contact either the vendor of your software or the organization that supports it.

Microsoft Support

For more information refer to Microsoft.

Recent Posts

S/MIME for Outlook O365 Windows

Add to Favorites S/MIME Advantages of S/MIME Certificates S/MIME (Secure/Multipurpose Internet Mail Extensions) certificates offer several advantages when it comes to securing email communications. Here

Read More »

Abbreviations

Add to Favorites There are literally thousands of IT abbreviations out there. Many are concerned with the technical aspects of the computer, while others deal

Read More »

SSL Installation on Qmail

Add to Favorites SSL Installation on Qmail Qmail is a secure, reliable, efficient, simple message transfer agent. It is designed for typical Internet-connected UNIX hosts.

Read More »