summaryrefslogtreecommitdiff
path: root/test/basicserver/testfiles/srv3-insecure-daemon.conf
blob: 09cf352d075dc23b2dfb77ca5cce20c5ed34e428 (plain)
1
2
3
4
5
6
7
8
9
Server
{
	PidFile = testfiles/srv3.pid
	ListenAddresses = inet:localhost,unix:testfiles/srv3.sock
	CertificateFile = testfiles/seclevel2-sha256/ca/servers/localhost-cert-sha1.pem
	PrivateKeyFile = testfiles/seclevel2-sha256/bbstored/localhost-key.pem
	TrustedCAsFile = testfiles/seclevel2-sha256/ca/roots/clientCA.pem
}