small-acme: small, pure-Rust ACME client

Documentation Crates.io Build status License: Apache 2.0

This is a fork from instant-acme without async or hyper, to provide a slim, rustls based solution.

small-acme is a small, pure-Rust ACME (RFC 8555) client.

small-acme is used in production at my websites to help me provision and renew TLS certificates without any intervention. small-acme relies on ureq and rustls to implement the RFC 8555 specification.

Features

Limitations

Getting started

See the examples directory for examples of how to use small-acme.