09 Jul How To Secure Apache with Let’s Encrypt on Ubuntu 20.04 by kayals in Linux, System AdministrationComments Step 1 — Installing Certbot sudo apt install certbot python3-certbot-apache Step 2 — Obtaining an SSL Certificate sudo certbot --apache -d domainname ... Read More