[Liferay] Install SSL certificate on Apache for Liferay portal
You need enable ssl mod of Apache before follow this guide
sudo a2enmod ssl
1. Setup SSL on Apache2 (Unauthenticated SSL Certificates)
S1. Generating a Certificate Signing Request (CSR)
To generate the keys for the Certificate Signing Request (CSR)
openssl...