Copy the certificate and key to the Sense server in the C:Program Files folder. C:\ProgramData\VDG Security\SenseOpenAPI\settings
Go to C:\Program Files\VDG Security\Sense\Software\nginx\conf\proxies
open the file : Localhost-ssl.conf
Change the following lines in locations-legacy-api config file:
1.Set after server_name the correct Sense sever ip address
2.ssl_certificate "C:\ProgramData\VDG Security\SenseOpenAPI\settings\(certificate name).crt";
3.ssl_certificate_key "C:\ProgramData\VDG Security\SenseOpenAPI\settings\(private-key name).key";
REMEMBER! choose a unique name regarding certificate and key if these are the same as default they will be overwritten after restarting sense certificate services.
Restart the SenseNginx service
Open the browser on the server where the certificate is installed and go to <https://<SENSE_HOST_IP>>. The session should now be secured and with a valid/accepted certificate