HTTPS certificates
summary
This might make sense with CloudFlare.
possibilities
objectives
certbot
https://certbot.eff.org/instructions?ws=haproxy&os=fedora
install:
sudo snap install --classic certbot
not running:
sudo certbot certonly --webroot
running:
sudo certbot certonly --standalone
certbot certonly --standalone --preferred-challenges http -m address@vegansink.com -d vegansink.com
ensure repeated updates:
sudo certbot renew --dry-run