Installing the Localization cryptography service

  1. Access the LSP Server and extract the LSP Cryptography Service file.
  2. Navigate to the LocalizationCryptographyService_Installer folder.
    Note: Cryptography service uses the port number 8691 (formerly 8080). If this port is already in use, update the port number by performing these steps:
    1. Ensure the port is available by running netstat -an | find /i “8085” in a command window, where 8085 is the port you want to use. If the port is already in use, then the port details is displayed.
    2. Open the LocalizationCryptographyService.exe.config file and change the port number. For example, http://localhost:8085.
    3. Save the file.
    4. Go to the LSP database.
      Note: You must have write access to execute an update script.
    5. Run this script:

      UPDATE LCS_LST_APP_Parameters

      SET Value = 'http://localhost:{​​​​​​​​newport}​​​​​​​​/'

      WHERE Value = 'http://localhost:8691/'

      UPDATE LCS_SMD_DAR_TenantParameter

      SET Value = 'http://localhost:{​​​​​​​​newport}​​​​​​​​/'

      WHERE Value = 'http://localhost:8691/'
      Note: Replace the value in {newport} with your port number.
  3. Right-click install.ps1 and select Run with Powershell.
  4. Select the appropriate response in the Execution Policy Exchange prompt. The default response is N.
  5. Exit Powershell after the completed installation.
  6. Open services.msc.
  7. Select Localization Cryptography Service and start the service.