Pickup certificate from Windows Certificate Store for requests going through proxy

When running terraform apply command I’m getting “Error getting authenticated object ID: Error parsing json result from the Azure CLI”. I’ve tracked it down to using an expired certificate.

Our proxy intercepts all traffic and replaces any certs with it’s own (I won’t pretend to understand why this is a thing), My original fix was to export the certificate and set the environment variable REQUESTS_CA_BUNDLE pointing to the exported pem file - which worked until a recent change where they are updating the cert file more regularly.

This cert is sitting in the windows certificate store, so… can terraform be configured to obtain certificates from the windows certificate store for requests exiting via the corporate proxy?