Skip to main content

Module tls

Module tls 

Source
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.