mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-07 05:31:20 +02:00
In `tls.Config`, there are two hooks for getting certificate for client and server config. So we need separate configuration methods to configure them both. Required in apid to provide refreshing TLS client cert to grpc.ClientConn. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>