Step 1: Edit and run the PowerShell script
  • 20 Mar 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Step 1: Edit and run the PowerShell script

  • Dark
    Light
  • PDF

Article summary

Step 1: Edit and run the PowerShell script

Locate the PowerShell script (C:\Program Files (x86)\HealthCast\Lynx\Lynx.Config.ps1) on the server on which the Lynx software is installed. Edit the following two lines to provide values specific to your environment:

$certificateThumbprint = "your-cert-thumbprint" *mandatory

$port = 443 **change this value if needed. If you change this value, you’ll also need to change it in the config.ini file (see below).

Note: The certificate thumbprint can be found by opening the “Certificates – Local Computer” app (certlm.msc), Personal, Certificates folder. Then, double-click the certificate you wish to use and click the Details tab and find the “Thumbprint” value.

NOTE

The PowerShell script binds the certificate to the port you choose to make it possible to enforce the SSL requirement. It also creates the necessary firewall rule.


Was this article helpful?