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