To start the remote proxy Windows service, you must configure a valid certificate for the proxy.
Before you begin
Procedure
- On the server that hosts remote parser, open Windows Services.
- If already started, stop the Genetec Key Systems Proxy service.
- In Windows, open the Genetec Key Systems Proxy installation folder.
- Open the appsettings.json file.
-
Find the kestrel section. By default, it is displayed as follows:
Code
"Kestrel": { "Endpoints": { "Https": { "Url": "https://+:8901" "Certificate": { "Store": "My" "Location": "LocalMachine", "Subject": "localhost"
-
Do one of the following:
-
To use a certificate already in the Certificate Store, change the
Store
,Location
, andSubject
properties to match the desired certificate store path. -
To use a certificate found on the file system, install it in the Certificate Store, then change the
Store
,Location
, andSubject
properties to match the desired certificate store path.NOTE: Ensure the issuer of the certificate is trusted or the proxy service cannot start.
-
- Save and close the file.
- In Windows Services, start the Genetec Key Systems Proxy service.