koolba parent
This has likely been asked and answered before, but why not write something like this in something that can be statically compiled like go? Isn’t the whole thing just a couple of web requests and cert operations?
https://go-acme.github.io/lego/ is exactly that. This is the client/library underneath traefik's batteries included version of let's encrypt certs.
Oh that’s exactly what I’m talking about. No funky deps. No virtualenv. No python versions. That looks perfect.
I switched over to acme.sh, a bash version. I wasn't holding out much hope when I first tried it, but honestly it's worked great!