How to Setup SSL Certificate in Tomcat 8 - Received from SSLS.COM
 Configuring SSL certificate in Tomcat first time may take lot of time. SSL certificate setup in Tomcat is not straight forward for two reasons:    There are different type of SSL certificate files and follow different encodings, depending on the certificate provider  There are may differences in configuration steps in different versions of Tomcat    I recently configured SSL certificate for one of my website, the certificate was pruchased from SSLS.com for obvious reasons i.e. their rates are very good.      How to get SSL Certificate from SSLs.com     Purchased SSL certificate from  www.ssls.com  To generate and download SSL certificate, we need to provide CSR (Certificate Signing Request) in SSLs.com account. Enter your website details at  https://www.digicert.com/easy-csr/openssl.htm , it would generate the command.   Enter that command in Linux CLI, it would generate the CSR file and KEY file (its your private key so must be kep confidential). We would later use...