You see an automatic translation. Please switch to our English original page in case of comprehension problems.

How do I install my SSL certificate on the IIS5 and 6 ?


Installing an SSL certificate on the IIS5 and 6 is quite easy. The IIS Wizard will guide you through all the important steps required to create a CSR and link to the desired web page.

Please note that it is generally not possible to use the CSR generator in conjunction with the IIS web server as it only accepts certificates for which the CSR was generated on the server itself.

After you have successfully ordered and received your SSL certificate, you can start installing it on the web server.

1
Installing the Server Certificate
  1. Click on "Start", then navigate to "Administrative Tools" and click on Internet Information Services (IIS) Manager.
  2. Choose "WebSites". Then right-click on the "Default Web Site" and select "Properties" from the options.
  3. In the next window, open the "Directory Security" tab and click on the "Server Certificate" button in the "Secure Communications" area. This will open the Certificate Wizard.
  4. Click on "Next".
  5. Please activate the option "Process pending requests and install the certificate" in the IIS Certificate Wizard.
  6. Then click on "Next".
  7. Now select "Browse..." and navigate to your SSL certificate. For security reasons, select "view all Types" when selecting the display to ensure that the file is actually displayed.
  8. Click on "Next" and complete the next steps in the wizard.
2
Installing the Intermediate Certificate
  1. Upload the intermediate certificate to a folder on your web server.
  2. Double-click on the intermediate certificate to display the certificate details.
  3. In the "General" tab, click on the "Install Certificate" button to open the Import Wizard. Then click on "Next".
  4. In the Certificate Import Wizard select the option "Place all certificates in the following store" and click on "Browse...".
  5. Activate the option "show physical stores", expand the folder "Intermediate Certification Authorities" and select the folder "Local Computer".
  6. Now click on "OK", then on "Next" and then on "Finish" to complete the installation of the intermediate certificate.
  7. It may be necessary to restart the server.

You can check whether the installation of the certificate has worked as desired by simply calling up the website with https instead of http as usual. The SSL Checker on our website offers you a more detailed check of the certificate chain.

If you have any questions or problems, our support team will be happy to assist you.

Helpful links:

Implementing SSL in IIS : https://learn.microsoft.com/en-us/iis/manage/configuring-security/how-to-set-up-ssl-on-iis


Was this article helpful?
No Yes