To enable the encryption and authentication features between the SiPass plugin and proxy service, you must configure a valid certificate
for the SiPass server hosting the proxy.
Procedure
-
Log in to the SiPass server where the proxy is
installed.
-
In the Windows taskbar, click and enter PowerShell.
-
In the search result, right-click Windows PowerShell and
click Run as administrator.
The Windows PowerShell window opens.
-
Run the following command:
New-SelfSignedCertificate -CertStoreLocation Cert:\LocalMachine\My -DnsName "GenetecSiPassPlugin" -FriendlyName "Genetec SiPass Plugin" -NotAfter (Get-Date).AddYears(10)
-
In the proxy installation folder, open the
Genetec.Plugins.SiPass.ProxyService.exe.config
file.
-
Find the
IsCommunicationSecured
setting and change its value
to True
.
-
Save and close the file.
-
In Windows Services, restart the proxy service.
-
To enable authentication, run the
Genetec.Plugins.SiPass.Configurator.exe file and set
your password for the proxy.
-
In Windows Services, restart the proxy service.
-
In Config Tool, restart the plugin role.
NOTE: You must restart the plugin role every time you change the proxy service
password.