onur / acme-client

Yet another Let's Encrypt client and library written in Rust.
MIT License
225 stars 33 forks source link

add new feature: vendored-openssl #37

Closed fudanchii closed 4 years ago

fudanchii commented 6 years ago

Allow acme-client to be built with --features "vendored-openssl" ref: https://github.com/rust-lang/cargo/blob/master/Cargo.toml#L103

The feature set openssl to be built statically, and use openssl-probe to set SSL_CERT_DIR automatically, so openssl can find where ca certs reside.

fixes: https://github.com/onur/acme-client/issues/32