tls_config: # Certificate and key files for server to use to authenticate to client cert_file: key_file: # Server policy for client authentication. Maps to ClientAuth Policies # For more detail on clientAuth options: [ClientAuthType](https://golang.org/pkg/crypto/tls/#ClientAuthType) [ client_auth_type: | default = "NoClientCert" ] # CA certificate for client certificate authentication to the server [ client_ca_file: ]