2006-05-12 18:47:06 +02:00
|
|
|
# boot configuration file for the CryptoBox
|
|
|
|
#
|
2006-11-24 12:03:20 +01:00
|
|
|
# the default state of the cryptobox is disabled
|
2006-05-12 18:47:06 +02:00
|
|
|
|
2006-11-22 16:21:21 +01:00
|
|
|
# set to "0" to enable the startup of the cryptobox - otherwise "1"
|
2006-05-12 18:47:06 +02:00
|
|
|
NO_START=1
|
|
|
|
|
2006-11-23 20:13:08 +01:00
|
|
|
# the user that should execute the cryptobox
|
2006-11-22 16:21:21 +01:00
|
|
|
RUNAS=cryptobox
|
2006-11-23 20:13:08 +01:00
|
|
|
|
|
|
|
# listening port
|
|
|
|
PORT=8080
|
|
|
|
|
|
|
|
# some more server options (rarely necessary)
|
2006-11-27 20:25:26 +01:00
|
|
|
#SERVER_OPTS="--host localhost --datadir=/usr/share/cryptobox-server/html"
|
2006-11-23 20:13:08 +01:00
|
|
|
|
2006-12-14 01:23:10 +01:00
|
|
|
# if the CryptoBox keeps complaining about a non-encrypted connection, then
|
|
|
|
# you can override this warning by uncommenting the following line:
|
|
|
|
#export HTTPS=1
|
|
|
|
|