-
Notifications
You must be signed in to change notification settings - Fork 174
Security: Enabling SSL
Tara Campbell edited this page Dec 8, 2014
·
6 revisions
HOME > SETUP > SECURITY: ENABLING SSL
sudo a2enmod ssl
- VirtualHost port: change to *:443 (ssl) instead of *:80 (http)
- Verify: SSL Engine On
- SSL certificate: ensure that you have an SSL certificate (contact us if you have questions)
sudo /etc/init.d/apache2 restart