5 lines
No EOL
179 B
YAML
5 lines
No EOL
179 B
YAML
tls_config :
|
|
cert_file : "testdata/server.crt"
|
|
key_file : "testdata/server.key"
|
|
client_auth_type : "RequireAndVerifyClientCert"
|
|
client_ca_file: "testdata/tls-ca-chain.pem" |