aboutsummaryrefslogtreecommitdiff
path: root/https/testdata/tls_config_noAuth.good.blocking.yml
blob: 3a21424252508f97854cc6ebc0ad66aab2cfdee8 (plain)
1
2
3
4
5
tls_config :
  cert_file : "testdata/server.crt"
  key_file : "testdata/server.key"
  client_auth_type : "RequireAndVerifyClientCert"
  client_ca_file: "testdata/tls-ca-chain.pem"