summaryrefslogtreecommitdiff
path: root/test/basicserver/testfiles/srv3.conf
blob: e2211553816efac7c35a7820790d3eb975e76288 (plain)
1
2
3
4
5
6
7
8
9
Server
{
	PidFile = testfiles/srv3.pid
	ListenAddresses = inet:localhost,unix:testfiles/srv3.sock
	CertificateFile = testfiles/serverCerts.pem
	PrivateKeyFile = testfiles/serverPrivKey.pem
	TrustedCAsFile = testfiles/serverTrustedCAs.pem
}