12 unstable releases (3 breaking)

0.4.3 Feb 5, 2024
0.4.1 Oct 30, 2023
0.3.4 Jul 27, 2023
0.2.0 Mar 16, 2023
0.1.0 May 12, 2022

#216 in Web programming

Download history 6269/week @ 2024-01-27 6143/week @ 2024-02-03 6995/week @ 2024-02-10 5980/week @ 2024-02-17 4816/week @ 2024-02-24 5238/week @ 2024-03-02 6527/week @ 2024-03-09 5233/week @ 2024-03-16 4661/week @ 2024-03-23 6257/week @ 2024-03-30 5553/week @ 2024-04-06 6187/week @ 2024-04-13 6723/week @ 2024-04-20 4753/week @ 2024-04-27 5056/week @ 2024-05-04 5335/week @ 2024-05-11

22,593 downloads per month
Used in 7 crates

Apache-2.0

45KB
909 lines

instant-acme: async, pure-Rust ACME client

Documentation Crates.io Build status License: Apache 2.0

instant-acme is an async, pure-Rust ACME (RFC 8555) client.

instant-acme is used in production at Instant Domains to help us provision TLS certificates within seconds for our customers. instant-acme relies on Tokio and rustls to implement the RFC 8555 specification.

Features

  • Store/recover your account credentials by serializing/deserializing
  • Fully async implementation with tracing support
  • Support for processing multiple orders concurrently
  • Support for external account binding
  • Support for certificate revocation
  • Uses hyper with rustls and Tokio for HTTP requests
  • Uses ring for ECDSA signing
  • Minimum supported Rust version: 1.63

Limitations

  • Only tested with DNS challenges against Let's Encrypt (staging and production) and ZeroSSL (production) so far
  • Only supports ECDSA keys for now

Getting started

See the examples directory for an example of how to use instant-acme.

Dependencies

~14–24MB
~435K SLoC