How To Secure HAProxy with Let’s Encrypt
Combine fullchain.pem and privkey.pem DOMAIN=’example.com’ ; sudo -E bash -c ‘cat > /usr/local/etc/haproxy/$DOMAIN.pem’ The first thing we want to add is a frontend to handle incoming HTTP connections, and send them to a default backend (which we’ll define…