Is there a way to insert certificates contents as env vars instead of file paths?

i.e. can I make TEMPORAL_TLS_CA etc, the contents of the certificate, instead of a string for the path to the file?

I don’t think there is, but figured it’s worth an ask!

Hello @RichRM

I think you can use TEMPORAL_TLS_CA_DATA , see Temporal Web UI environmental variables | Temporal Documentation

Oh, interesting! Do you know if that’s just for the web UI, or if all components/services can use these vars? Looks like probably not, from a quick scan of the repos

@RichRM yes, this is just for the UI from what I have seen.

Please file an issue in the repository Issues · temporalio/temporal · GitHub