I would think the way to do this would be to run a separate TLS daemon that handles the certificates (including acme challenges, presumably) and then pass the socket to your http server, either by proxying it (preferably to a unix socket), or like actually pass the FD with the session keys.
I don't think hitch (formerly stud) supports acme challenges, but that's where I'd start.
I don't think hitch (formerly stud) supports acme challenges, but that's where I'd start.