1 # TCP port on which to listen
\r
2 # REPLACE with real value such as 12500
\r
4 # UDP port on which to listen
\r
5 # REPLACE with real value such as 12500
\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
14 # the hostname where the certification authority is running
\r
16 # the TCP port on which the certification authority is listening
\r
17 # REPLACE with real value such as 12501
\r
19 # the certification authority's root certificate
\r
20 ca.certificate = keys/ca.cert