summaryrefslogtreecommitdiff
path: root/test/basicserver/testfiles/seclevel2-sha256/bbstored.conf
blob: 25425dfa10003da4e894840343933fc6dc44ed5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
RaidFileConf = ./raidfile.conf
AccountDatabase = ./bbstored/accounts.txt

# Uncomment this line to see exactly what commands are being received from clients.
# ExtendedLogging = yes

# scan all accounts for files which need deleting every 15 minutes.

TimeBetweenHousekeeping = 900

Server
{
	PidFile = /var/run/bbstored.pid
	User = chris
	ListenAddresses = inet:localhost
	CertificateFile = ./bbstored/localhost-cert.pem
	PrivateKeyFile = ./bbstored/localhost-key.pem
	TrustedCAsFile = ./bbstored/clientCA.pem
	SSLSecurityLevel = 2
}