types.TLSConfig
ca_certstring
CACert is the path to a custom CA certificate for verifying the server.
client_certstring
ClientCert is the path to a client certificate for mutual TLS.
client_keystring
ClientKey is the path to a client key for mutual TLS.
skip_verifyboolean
SkipVerify disables TLS verification. For dev/testing only.
types.TLSConfig
{
"ca_cert": "string",
"client_cert": "string",
"client_key": "string",
"skip_verify": true
}