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 Related posts:Upgrade PHP from version 7.2 to 7.4 on CentOSHow to create SSH KeysHow to output only file names (with spaces) in ls -Al? Tags: Apache2,certbot,Letsencrypt,Linux