Using client cert with Python API?

I’ve been trying to figure out how to specify a Web Service client cert in the Python API, and I can’t find anything in the docs or in the code to do so. (Note that I’m not talking about the CA cert that’s used to confirm the identity of the server, but the Deadline10WebServiceClient.pfx client cert that’s used for authenticating the client.)

Is this something that’s possible?

If so, how is it done?

Yes, Im wondering this too. I have built the webservice and it appears to be running but I am still getting a 401 and we have tried with auth disabled and enabled. The only thought I had was we need to somehow use Deadline10WebServiceClient.pfx. There is little doco on this.

Even less on the user password to be used with the Authentication or where to put Deadline10WebServiceClient.pfx locally on the clients as suggested. Just says copy securely to clients. Bump.