Copy the certificate (.crt file) and key (.key file) to the Sense server in into the Cfolder: Program Files folder. C:\ProgramData\VDG Security\SenseOpenAPI\settings
Go Now browse to the folder C:\Program Files\VDG Security\Sense\Software\nginx\conf\proxiesopen
Open the file: Localhostlocalhost-ssl.conf for editing.
Change Modify the following lines in locations-legacy-api config 3 settings in this file:1.
Set after server_name the correct Sense
...
server IP address.
...
ssl_certificate "C:\ProgramData\VDG Security\SenseOpenAPI\settings\
...
<your_certificate_name>.crt";
...
ssl_certificate_key "C:\ProgramData\VDG Security\SenseOpenAPI\settings\
...
<your_key_name>.key";
REMEMBER! choose NOTE: Choose a unique name regarding certificate- and key if -name. If these are the same as default the defaults they will be overwritten after restarting sense Sense certificate services.
...
Save and close the file.
Restart the SenseNginx service via Windows Services app.
Open the browser on the server where the certificate is installed and go to <https: https://<SENSEyour_server_HOSTIP_IP>>. here
The session should now be secured and with a valid/accepted certificate.