# TCP port on which to listen # REPLACE with real value such as 12500 tcp.port = 14150 # UDP port on which to listen # REPLACE with real value such as 12500 udp.port = 14150 # the private key to use key = keys/server.pem # directory where to look for users' public keys (deprecated if # certification authority is used) keys.public.dir = keys # 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