acme-rfc8555

Crates.ioacme-rfc8555
lib.rsacme-rfc8555
version0.1.2
sourcesrc
created_at2023-09-05 06:10:43.26728
updated_at2024-05-25 18:29:00.098794
descriptionProvision certificates from ACME providers
homepage
repositoryhttps://github.com/x52dev/acme-rfc8555
max_upload_size
id963966
size178,758
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: 194

cargo fmt