# $Id$ # # unprivileged user running the ssl-server SSL_USER="nobody" # ssl keyring directory SSL_KEY_DIR="/etc/ssl/certs" # ssl certificate SSL_CERT="/etc/ssl/certs/mcored.pem" # ssl private key file SSL_KEY="/etc/ssl/private/mcored.key" # bind the ip on which the daemon listen - 0 means all ip-addresses LISTEN_IP="0" # listen port LISTEN_PORT="6666" # general program opts OPTS=""