1 # directory where to look for users' public keys (deprecated if
\r
2 # certification authority is used)
\r
3 keys.public.dir = keys/
\r
4 # directory where to look for users' private keys
\r
5 keys.private.dir = keys/
\r
7 # the hostname where the server is running
\r
8 server.host = localhost
\r
9 # the TCP port on which the server is listening
\r
10 # REPLACE with real value such as 12500
\r
11 server.tcp.port = 14150
\r
12 # the UDP port on which the server is listening
\r
13 # REPLACE with real value such as 12500
\r
14 server.udp.port = 14150
\r
15 # the server's public key (deprecated if certification authority is
\r
17 server.key = keys/server.pub.pem
\r
19 # the hostname where the certification authority is running
\r
21 # the TCP port on which the certification authority is listening
\r
22 # REPLACE with real value such as 12501
\r
24 # the certification authority's root certificate
\r
25 ca.certificate = keys/ca.cert