Expand description
TLS server configuration
This module provides TLS termination capabilities for the proxy server.
Structs§
- TlsServer
Config - TLS server configuration builder
Functions§
- create_
acceptor_ from_ files - Create a TLS acceptor directly from file paths
- create_
tls_ acceptor - Create a TLS acceptor from configuration
- load_
certs - Load certificates from a PEM file
- load_
private_ key - Load a private key from a PEM file