Category

SSL

Category

Step 1 – Check if your AWS instance has OpenSSL installed You will first have to check if OpenSSL is installed on your AWS server. By default, it is always installed however to confirm, type in the following command in your Terminal window:sudo dpkg –s openssl The results will show the following:Package: opensslStatus: install ok installedVersion: 1.0.1f-1ubuntu2.19 Step 2 — Activate the SSL Module SSL support comes as standard in the Ubuntu 14.04 Apache package,…