Install or Update a TLS/SSL certificate
Follow the instructions of your certificate provider
Updating or installing a TLS certificate, or its older predecessor SSL, often depends on the format of the certificate and the certificate provider. For more exact instructions reach out to your certificate provider for details. For example, GoDaddy has specific instructions for installing their certificates on IIS.
General certificate instructions using a PFX file
This page explains how to import a new TLS/SSL certificate into your server and replace the expiring certificate for your site. You must already have the PFX file handy from your certificate provider. It should be exported with all certificates in the chain and ideally have a password for security.
Install the new SSL certificate on web server
- On the server, right-click the new SSL certificate > select Install PFX to open the Certificate Import Wizard.
- For Store Location, choose Local Machine. Click Next.
- For File name, input the file path of your SSL certificate. Click Next.
- Enter your password for the certificate. For Import options, check the boxes for the settings below, then click Next.
- Mark this key as exportable
- Include all extended properties
- Select Place all certificates in the following store and choose the Personal folder. Click Next.
- Click Finish.
Replace SSL certificate in IIS
- Open IIS.
- Expand the Sites folder. Click on your site.
- Open your site's bindings (right side).
- Edit your https binding.
- In the SSL certificate dropdown, select the new certificate that you imported earlier.
- Click OK and close the window.
Test it out
Go to your site and confirm in the browser that the new SSL certificate is showing with the correct Valid from date range.
Comments
0 comments
Please sign in to leave a comment.