# directory where to look for users' public keys (deprecated if
# certification authority is used)
keys.public.dir = keys/
# directory where to look for users' private keys
keys.private.dir = keys/

# the hostname where the server is running
server.host = localhost
# the TCP port on which the server is listening
# REPLACE with real value such as 12500
server.tcp.port = 14150
# the UDP port on which the server is listening
# REPLACE with real value such as 12500
server.udp.port = 14150
# the server's public key (deprecated if certification authority is
# used)
server.key = keys/server.pub.pem

# the hostname where the certification authority is running
ca.host = localhost
# the TCP port on which the certification authority is listening
# REPLACE with real value such as 12501
ca.port = 14150
# the certification authority's root certificate
ca.certificate = keys/ca.cert