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!

1 Like

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

Understood, thank you!

Any updates on this topic? Would it be possible to have auto-detection and automatic reloading of renewed TLS certificates without downtime on a self-hosted setup?

Hi

there is a refreshInterval in the tls section that you can configure

1 Like