UP | HOME

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

Author: joshj

Created: 2026-01-19 Mon 10:43

Validate