Expand description
TLS configuration for the reverse proxy.
Supports: self-signed certs (auto-generated), user-provided certs,
and ACME/Let’s Encrypt via instant-acme (zero-config auto-TLS).
Enums§
- TlsMode
- TLS mode for the proxy.
Functions§
- create_
tls_ acceptor - Create a TLS acceptor based on the configured mode.
- create_
tls_ acceptor_ for_ domain - Create a TLS acceptor, optionally for a specific ACME domain.