June 2016
Intermediate to advanced
152 pages
3h 30m
English
These days, installing Apache with TLS is easier than ever, although the specific process can vary from distribution to distribution due to differences in configuration layout. Let's look at two of the current major examples.
Let's start installing and configuring on Ubuntu 14.04:
sudo apt-get install apache2
sudo a2enmod ssl sudo a2ensite default-ssl
/etc/ssl/private while the public certificate and relevant intermediate certs should be delivered to /etc/ssl/certs./etc/apache2/sites-enabled/default-ssl.conf ...Read now
Unlock full access