temporalio.service.TLSConfig
class documentation
TLS configuration for connecting to Temporal server.
| Class Variable | client |
Client certificate for mTLS. |
| Class Variable | client |
Client private key for mTLS. |
| Class Variable | domain |
TLS domain. |
| Class Variable | server |
Root CA to validate the server certificate against. |
| Method | _to |
Undocumented |
Client certificate for mTLS.
This must be combined with client_private_key.
Client private key for mTLS.
This must be combined with client_cert.
Root CA to validate the server certificate against.