Nub Apache2 Setup
Table of Contents
Document Root: /var/www/html/
SSL
sudo a2enmod ssl sudo systemctl restart apache2 sudo apt install certbot sudo apt install python3-certbot-apache sudo certbot --apache # Will walk through all steps, modify config, and restart apache