Environment variables required to define TLS in temporalio

Hello,

I am working with a temporalio defined docker-compose file and would like to enable TLS. I cannot for the life of me figure out which tls environment variables I need to define in my docker compose to link to TLS encryption keys. I keep having an ongoing error of “transport: authentication handshake failed: tls: first record does not look like a TLS handshake”

I am working with elasticsearch, postgresql, temporal, temporal-ui, and temporal-admin-tools. My certificates should be valid, since I followed the simple-tls tutorial. The keys work when I test them outside of the temporal server correctly, so I figure I must be configuring this incorrectly. Any insight is greatly appreciated.