Expand description
A unified certificate resolver for rustls.
Persists certificates in the Rustls
CertifiedKey
format,
exposes them to the HTTPS listener for TLS handshakes.
Structs§
- Certificate
Resolver - Parses and stores TLS certificates, makes them available to Rustls for TLS handshakes
- Certified
KeyWrapper - A wrapper around the Rustls
CertifiedKey
type, stored and returned by the certificate resolver. - Mutex
Certificate Resolver