Installing the Localization cryptography service
- Access the LSP Server and extract the LSP Cryptography Service file.
-
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:
- 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.
- Open the LocalizationCryptographyService.exe.config file and change the port number. For example, http://localhost:8085.
- Save the file.
- Go to the LSP database.Note: You must have write access to execute an update script.
- 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.
-
Right-click install.ps1
and select Run with Powershell.
Note: If Execution Policy Exchange is displayed, select the appropriate response. The default response is N.
- Exit Powershell after the completed installation.
- Open services.msc.
- Select Localization Cryptography Service and start the service.