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