lets-encrypt-warp icon indicating copy to clipboard operation
lets-encrypt-warp copied to clipboard

Change acme-lib to rustls-acme

Open thotypous opened this issue 4 years ago • 0 comments

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.

thotypous avatar May 15 '21 21:05 thotypous