async-acme 0.1.0

async ACME client for tls-alpn-01 challenge
1
2
3
4
5
6
7
A generic async ACME create.

Binaries can choose what async runtime and TLS lib is used.

You need to specify via features what crates are used to the actual work.
- hyper (and tokio)
- async-h1 (and async-std)