Crate rustls_cert_gen

Source
Expand description

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

Structsยง

Ca
End-entity Certificate
CaBuilder
CertificateParams from which an Ca Certificate can be built
CertificateBuilder
Builder to configure TLS CertificateParams to be finalized into either a Ca or an EndEntity.
EndEntity
End-entity Certificate
EndEntityBuilder
CertificateParams from which an EndEntity Certificate can be built