Hi all!
I see in the gRPC C++ docs that the SSLCredentialsOptions API supports the GRPC_DEFAULT_SSL_ROOTS_FILE_PATH environment variable to specify a default root cert.Â
Does the ::grpc::experimental::TlsChannelCredentialsOptions API support specifying the default root certs this way?
Similarly, does the tsi_create_ssl_client_handshaker_factory_with_options API support specifying the default root certs through the env variable?
Thank you!
-Erin McNulty