Add hands-off ACMEv2 + SSL support
This'll make deploying conduit way easier, as no reverse proxy gets in the way or has to be installed alongside it. Conduit will maintain it's own set of SSL certificates, and make them work through rocket, so that a user only has to point a domain at it, open 80 and 443, set the correct domain in the config, and conduit will do the rest. Conduit will then also refresh the certificates automatically if the current ones have less than 30 days left (similar to how certbot does it)
I'm eying https://crates.io/crates/acme2 for this.
Edited by Jonathan de Jong