Dynamic TLS cert reload is not working

Hi,

Does the temporal server supports auto-detection and reload of renewed TLS certs dynamically(without a node restart)? From our initial testing, it seems like that is not the case. Please can you confirm? also, we want to avoid building and running customized temporal servers, like using the WithTLSConfigFactory server option and building a custom plugin.

Thanks in advance!

Setting a custom provider via WithTLSConfigFactory would be the best option at this time.

Understood, thank you!