This document describes the steps to test the LSA using HTTPs

1) Stop "LSAService" and "NginxService"
2) Replace the "nginx.conf" file to "LSA_HOME\server\conf"
3) Change the "nginx_default" value in "nginx.conf" file to the "Web Server Port" value user selected during the LSA installation.
   User might need to change the same in multiple places in the same file.
4)Change the "LSA_Default" value in "nginx.conf" file to the "LSA Server Port" value user selected during the LSA installation.
   User might need to change the same in multiple places in the same file.
5) Place "ssl.crt" and "ssl.key" into "LSA_HOME\server\conf"
6) Go to "LSA_HOME\conf" directory and change "protocol_type" value to 1 (HTTPS) in "LSA.conf".
7) Start "NginxService" and "LSAService"

If user wanted to create his own SSL self-signed certificate, please follow the below link

http://www.akadia.com/services/ssh_test_certificate.html

Please make sure once the certificate and key files are created please re-name them to "ssl.crt" and "ssl.key"