Install Apache Web Server. Gonfigure Virtual Host. Get SSL/TLS Certificate.

preview_player
Показать описание
Install apache web server, and configure virtual host to serve multiple websites on the same server. Get FREE ssl /tls certificates for each website using python3-certbot-apache plugin.

Timeline
00:45 Install Apache Web Server
01:20 Open Port 80 443 in iptables
02:50 Create virtual host to listen port 80
03:40 Create DNS record in Namecheap
04:54 Install and run python3-certbot-apache plugin (Will setup ssl and ssl redirect)
06:25 Set up second website on apache
08:50 Get SSL certificate for the second website
09:30 SSL certs auto renewal
Рекомендации по теме
Комментарии
Автор

Thank you, Angel! Your lessons are amazing!

sergiyrudenko
Автор

In the beginning 443 was added for https traffic but after obtaining letsencrypt certificate, 443 was not included in virtual host configuration file. How does this work? Why we continue to use 80 eventhough using ssl cert

anarpearls