Hey,
you can initiate your client the following
with weaviate.connect_to_local(additional_config=wvc.init.AdditionalConfig(trust_env=True)) as client:
….your code…
and then set environment variables for httpx to pick up any cert files: Environment Variables - HTTPX