lets-encrypt-warp
lets-encrypt-warp copied to clipboard
Change acme-lib to rustls-acme
This crate depends on acme_lib, which on turn depends on openssl.
But warp does not use openssl - it uses rustls. So an app built with lets-encrypt-warp currently ends up depending on two completely different TLS implementations.
Therefore, it would make more sense if this crate used rustls-acme instead.