Crates.io | small-acme |
lib.rs | small-acme |
version | 0.2.2 |
source | src |
created_at | 2023-02-24 18:22:39.335363 |
updated_at | 2024-02-04 22:30:36.814098 |
description | Small pure-Rust ACME client |
homepage | https://github.com/Icelk/small-acme |
repository | https://github.com/Icelk/small-acme |
max_upload_size | |
id | 793824 |
size | 88,295 |
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.
See the examples directory for examples of how to use small-acme.