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§
- Build
Params - Builder to configure TLS CertificateParams to be finalized into either a Ca or an End-Entity.
- Cert
Chain - Struct to initialize the build of a Certificate Chain that holds
only a
Ca
.