Added support for configuring certificate and key files.
[cascardo/rnetproxy.git] / popproxy.conf
1 [global]
2
3 address = 0.0.0.0
4 port = 1100
5 server = 127.0.0.1
6 certfile = "cert.pem"
7 keyfile = "key.pem"