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

#223 in Web programming

Download history 5008/week @ 2024-01-05 5372/week @ 2024-01-12 5183/week @ 2024-01-19 5868/week @ 2024-01-26 6317/week @ 2024-02-02 6842/week @ 2024-02-09 6476/week @ 2024-02-16 4726/week @ 2024-02-23 4938/week @ 2024-03-01 6593/week @ 2024-03-08 5453/week @ 2024-03-15 4861/week @ 2024-03-22 5824/week @ 2024-03-29 5688/week @ 2024-04-05 6356/week @ 2024-04-12 5139/week @ 2024-04-19

24,002 downloads per month
Used in 6 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
~437K SLoC