Add configuration options for TLSMinVersion and TLSMaxVersion.
This enables setting TLS 1.3 as minimum version for example for both
GRPC and Web, or enforcing TLS 1.2 only for easier debugging of
secure connections.
Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
The dev config example is used for documentation purposes,
but it's also full of development specific configuration.
This change adds a new config example that should serve
as a default, empty config as well as documentation.
The dev example should only contain the relevant configuration.
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>