]> git.somenet.org - pub/jan/dslab.git/blob - ue3/src/server.properties
all the dslab stuff
[pub/jan/dslab.git] / ue3 / src / server.properties
1 # TCP port on which to listen\r
2 # REPLACE with real value such as 12500\r
3 tcp.port = 14150\r
4 # UDP port on which to listen\r
5 # REPLACE with real value such as 12500\r
6 udp.port = 14150\r
7 \r
8 # the private key to use\r
9 key = keys/server.pem\r
10 # directory where to look for users' public keys (deprecated if\r
11 # certification authority is used)\r
12 keys.public.dir = keys\r
13 \r
14 # the hostname where the certification authority is running\r
15 ca.host = localhost\r
16 # the TCP port on which the certification authority is listening\r
17 # REPLACE with real value such as 12501\r
18 ca.port = 14150\r
19 # the certification authority's root certificate\r
20 ca.certificate = keys/ca.cert