Hi,
I am trying to refresh my certificates at runtime, so that all relying components reload the new files.
The solution for the https endpoint is working like expected. But what if I also want to refresh the tls-configs for mqtt and so on:
The only way I got it to reload was, if I disable the tls-config in the UI and enable it with only deploying modified nodes. Perhaps this would also work by using the Admin API within Node-RED. The downside with this approach is that I would have to create a technical user for authentication which I want to avoid because we are only using LDAPS for login auth.
Is it possible to have some kind of setting that would not only refresh the https endpoint certificate but also all the other nodes that rely on tls? Or is there already a way to handle this within a Node-RED flow?