Install LetsEncrypt
On each machine, we’re going to install certbot , a tool which generates certificates. To do that, we’ll pull some commands from the certbot install guidelines.
sudo apt-get update
sudo apt-get install software-properties-common
...