Update SSL Certificate in IIS
The certificate bound to the website is invalid or expired and needs to be updated with a new certificate.
Munis
IIS (Internet Information Services)
SSL
Certificate
Cert
The certificate is not valid and needs to be updated.
.PFX format is the most straightforward way to apply a new certificate
If requesting assistance from TSM Support to update the certificate, it is the responsibility of the client to provide the certificate as a .PFX file and the associated password.Â
The certificate needs to be imported to the personal certificate store before it can be bound to the sites in IIS
Import certificate to personal certificate store with IIS
Open IIS (Internet Information Services)
In the Connections panel, click the server name
In the middle section, double click Server Certificates
In the Actions panel on the right, click Import
Click the ellipses and locate the .PFX certificate file and click Open
Enter the certificate password
Leave Select Certificate Store set to Personal
Allow this certificate to be exported can be left checked off unless you would not like it to be exportable
Click OK
After the certificate is imported to the personal store, bind certificate to web site(s) in IIS
In the Connections panel, expand the server and Sites folder by clicking the arrows
Right click Default Web Site > Edit Bindings
OR, click Default Web Site, then in the Actions panel, click Bindings…
Double click the binding with Type:Â https
OR, select the binding with type https and click Edit
From the SSL Certificate dropdown, select the new certificate
You can click View to review certificate details to verify the correct certificate is selected
Click OK, then click Close
Repeat steps for each web site under Sites
To verify the certificate is applied, in the Actions panel on the right, under Browse Website, select Browse [site] on *.443 (https). The site will open in a browser window. Click the security icon in the browser (it looks like a small padlock) to view the certificate.
Alternate method: Import certificate to personal certificate store with MMC
Open MMCÂ (Start > Run > MMC)
Click File > Add/Remove Snap In
Select Certificates and click Add
Select Computer Account > Next > Local computer > Finish
Click OK
Expand Certificates > Personal > Certificates
Right click the Certificates folder and select All Tasks > Import…
In the Certificate Import Wizard, click Next
Click Browse
In the Open window, change the file extension filter to Personal Information Exchange (*.pfx;*.p12)
Locate the certificate file and click Open
Click Next
Enter certificate password
If desired, check off Mark this key as exportable
Click Next
Select Place all certificates in the following store: Personal and hit Next > Finish
Old certificates can be removed from the personal store by right clicking and selecting Delete
Close the console and select No to Save console settings
Bind certificate to web site(s) in IIS
Â