Step by Step Guide to Setup SSL on the site on Linux Server: 1. Copy the certificate files to the server There should be 3 SSL files: your_domain_name.crt your_private.key DigiCertCA.crt – This will be your chain file. Note: Make them readable by root only to increase security. 2. Find the Apache configuration file (httpd.conf) you need […]