"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "d1c6b72a7224f6cd6924f7079f79580cde696d68"
Use certbot from Ubuntu repo (ref #45)
Lets Encrypt certs were breaking on the production server, so I rewrote our certbot script. The problem there was this one, I guess we messed up something in the certbot config during one change or another.
I already tested first run and cert renewal, this script version is also running on ecloud.global. We might consider #45 fixed with this patch, because its probably the simplest option we can use. Advantages over the old setup (with certbot-docker image):
- certbot from ubuntu repo should be more stable and well-tested
- less complexity (no need to mount different volumes)
- less docker images (but on the other hand, we need to install a bunch of python)
- certbot updates are handled by apt