acme-rfc8555

Crates.ioacme-rfc8555
lib.rsacme-rfc8555
version0.2.0
created_at2023-09-05 06:10:43.26728+00
updated_at2025-02-25 07:09:29.509126+00
descriptionProvision certificates from ACME providers
homepage
repositoryhttps://github.com/x52dev/acme-rfc8555
max_upload_size
id963966
size191,179
Rob Ede (robjtede)

documentation

README

acme-rfc8555

Provision certificates from ACME (Automatic Certificate Management Environment) providers such as Let's Encrypt.

crates.io Documentation MIT or Apache 2.0 licensed
CI codecov dependency status Download

Follows the RFC 8555 spec, using ACME v2 to issue and manage certificates.

Originally a fork of acme-micro and acme-lib, but the code has deviated significantly since then.

Crate Goals

  • No OpenSSL
  • RFC 8555 compliance
  • Full documentation
  • Full test suite
  • Support multiple certificate key types

Documentation

All documentation is provided via docs.rs.

Commit count: 311

cargo fmt