Magellan Linux

Annotation of /mcore-src/trunk/mcore-tools/src/mcored.confd.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2423 - (hide annotations) (download)
Thu Sep 3 07:29:19 2015 UTC (8 years, 9 months ago) by niro
File size: 379 byte(s)
-added certifacte auth method
1 niro 1248 # $Id$
2    
3     #
4     # unprivileged user running the ssl-server
5     SSL_USER="nobody"
6    
7 niro 1303 # chroot directory
8 niro 2138 CHROOT_DIR="@@MCORE_CHROOTDIR@@"
9 niro 1248
10     # ssl certificate
11 niro 2423 SSL_CERT="@@MCORE_CERT_FILE@@"
12 niro 1248
13     # ssl private key file
14 niro 2423 SSL_KEY="@@MCORE_KEY_FILE@@"
15 niro 1248
16     # bind the ip on which the daemon listen - 0 means all ip-addresses
17     LISTEN_IP="0"
18    
19     # listen port
20     LISTEN_PORT="6666"
21    
22     # general program opts
23 niro 2036 OPTS="-v"