SSL Installation on Apache 2.4.9
SSL Certificates
SSL order issued + Installation
Question:
My SSL Certificate is already active. How do I install it?
Answer:
1. Connect to your host ;
2. Turn on SSL mod:
sudo a2enmod ssl
3. Check your config path
apachectl -S
4. Open your config, e.g. in Ubuntu path would be:
/etc/apache2/sites-enabled/00...