How To Create a Self Signed SSL Certificate for Apache in Ubuntu 20.04

preview_player
Показать описание
TLS, or “transport layer security” — and its predecessor SSL — are protocols used to wrap normal traffic in a protected, encrypted wrapper. Using this technology, servers can safely send information to their clients without their messages being intercepted or read by an outside party.

In this guide, we will show you how to create and use a self-signed SSL certificate with the Apache web server on Ubuntu 20.04.

Commands Used
sudo a2enmod ssl
sudo systemctl restart apache2

sudo mkdir /var/www/your_domain_or_ip
sudo apache2ctl configtest
sudo systemctl reload apache2
sudo apachectl configtest
sudo systemctl reload apache2

Useful Links
Рекомендации по теме
Комментарии
Автор

Hi. Im followed step by step but chrome said the cert is not valid.

attilanemeth
Автор

😂😂😂😂 poor newbie. son you should go study

antoniopitty