Tag: SSL
-
Use Lightning Components on external websites – Lightning Out
How to use Lightning component in node.js (External websites) by using Lightning Out. It shows how to enable CORS and SSL in Node.js with Video and complete source code.
-
Simple guide to setup SSL in Tomcat
I have enabled SSL in tomcat many times however initially I struggled to get it in running condition. So I thought to share a simple approach I am following now days. Step 1: Run tool “Keytool“ provided by the JRE to create a “keystore file”. The command to run tool is: keytool -genkey -alias tomcat…