Module rocket::mtls

source ·
Available on crate feature mtls only.
Expand description

Support for mutual TLS client certificates.

For details on how to configure mutual TLS, see MtlsConfig and the TLS guide. See Certificate for a request guard that validates, verifies, and retrieves client certificates.

Modules§

Structs§

Enums§

Type Aliases§

  • A type alias for Result with the error type set to Error.