Welcome to the no-bullshit guide to Configuring auto renewing LetsEncrypt SSL certs with Apache and Certbot. Purely steps and nothing more. Copy-paste these to your server as multiple commands. Assuming Apache is already installed Clean your environment and install the software sudo apt-get remove letsencrypt sudo apt-get remove certbot sudo apt-get install software-properties-common sudo apt-get update sudo apt-get install certbot sudo apt-get install python-certbot-apache Create a vhosts file and open