Functionsยง
- client_
config_ with_ ca - Build a
rustls::ClientConfigthat trusts a custom PEM CA certificate file in addition to the Mozilla roots. - default_
client_ config - Build a
rustls::ClientConfigthat trusts the Mozilla root CA bundle (viawebpki-roots). - server_
config - Load a
rustls::ServerConfigfrom PEM certificate and key files.