- Make a backup of the following files:
- a. C:\InfoShare\Web\InfoShareWS\Web.config
- b. C:\InfoShare\Web\InfoShareSTS\Configuration\infoShareSTS.config
- c. C:\InfoShare\Web\InfoShareWS\OWcf\Web.config
- Replace in the Web.config the Thumbprint with the thumbprint from the renewed certificate.
- Open Internet Information Services (IIS)
- Open Server Certificates
- Locate the renewed Certificate and open it
- Go to the details tab > Locate the Value Thumbprint > copy the value
- Update the Web.config files with the new thumbprint values, in step 1a it occurs twice.
- Update the infoShareSTS.config and from step 1c with the new thumbprint values.
- Open Internet Information Services and stop
- TrisoftAppPoolISHSTS
- TrisoftAppPoolISHWS
Rename C:\InfoShare\Web\InfoShareSTS\App_Data\IdentityServerConfiguration-2.3.sdf to for example C:\InfoShare\Web\InfoShareSTS\App_Data\IdentityServerConfiguration-2.3.previous - Open Internet Information Services and start
- TrisoftAppPoolISHSTS
- TrisoftAppPoolISHWS
A new IdentityServerConfiguration-2.3.sdf file is created containing the correct values of the new certificate's thumbprint and subject name when a log with ISHSTS happens. For example with IShRemote or custom implementation that still uses ISHSTS to authenticate with the web services.
Binding to Port 443
The HTTPS protocol is secured with a certificate. This certificate can also expire and when it does.
- Open a Remote Desktop Connection to the TD Serve
- Open Internet Information Services
- Expand <Computername> > Sites > Default Website
- Right click on Default Website and choose Bindings
- Select HTTPS and click Edit
- Make sure that the correct certificate is selected from the dropdown.