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?