lers 0.4.0

An async, user-friendly Let's Encrypt/ACMEv2 library written in Rust
Documentation
1
2
3
4
5
6
7
# TLS-ALPN-01

This module is a specialized implementation of [`tokio-native-tls`](https://crates.io/crates/tokio-native-tls) for 
OpenSSL so that we can get ALPN support on the server-side.

The code and tests are from [`tokio-native-tls`](https://crates.io/crates/tokio-native-tls) and 
[`native-tls`](https://crates.io/crates/native-tls).