Crate myca

source ·
Expand description

This library wraps rcgen to provide a simple API to generate TLS certificate-chains. It’s primary intent is to ease development of applications that verify chain of trust. It can be used for whatever purpose you may need a TLS certificate-chain.

Structs

  • Builder to configure TLS CertificateParams to be finalized into either a Ca or an End-Entity.
  • Struct to initialize the build of a Certificate Chain that holds only a Ca.

Type Aliases

  • This is defined as a convenience.
  • A specialized Result type.