aboutsummaryrefslogtreecommitdiff
path: root/https/testdata/tls_config_noAuth.good.blocking.yml
blob: f567693b5f3bdaff00ccb97e38e4ca0a388f55e3 (plain)
1
2
3
4
5
tlsConfig :
  tlsCertPath : "testdata/server.crt"
  tlsKeyPath : "testdata/server.key"
  clientAuth : "RequireAndVerifyClientCert"
  clientCAs: "testdata/tls-ca-chain.pem"