6 lines
170 B
YAML
6 lines
170 B
YAML
|
tlsConfig :
|
||
|
tlsCertPath : "testdata/server.crt"
|
||
|
tlsKeyPath : "testdata/server.key"
|
||
|
clientAuth : "VerifyClientCertIfGiven"
|
||
|
clientCAs : "testdata/tls-ca-chain.pem"
|