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§

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

Type Aliases§

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