Using Let's Encrypt with Cloudflare DNS challenges
How to setup automatic SSL using Cloudflare DNS challenge Install Certbot sudo apt update && \ sudo apt install software-properties-common && \ sudo add-apt-repository ppa:certbot/certbot && \ sudo apt update &