Been struggling with this for a while: what is the cleanest way to integrate Let's Encrypt's #certbot into a full #docker system? I'm hoping to stick to the 12-factor process per container model.
I've seen a few solutions that are running multiple processes in the container but this seems over-complicated and I instinctively feel there's a better solution available. The tricky part is reloading HAProxy on receipt of a new cert, which suggests there needs to be some higher-level supervisor.