Expand description
TLS/SSL server configuration and enforcement.
This module handles:
- Loading and validating TLS certificates and keys
- Building TLS acceptance profiles for servers
- Configuring mTLS (client certificate requirements)
- Database connection TLS settings
- Per-connection TLS enforcement using the
TlsEnforcer
Structsยง
- TlsSetup
- TLS server setup and enforcement.