2006-05-12 16:47:06 +00:00
|
|
|
# boot configuration file for the CryptoBox
|
|
|
|
#
|
2006-11-24 11:03:20 +00:00
|
|
|
# the default state of the cryptobox is disabled
|
2006-05-12 16:47:06 +00:00
|
|
|
|
2006-11-22 15:21:21 +00:00
|
|
|
# set to "0" to enable the startup of the cryptobox - otherwise "1"
|
2006-05-12 16:47:06 +00:00
|
|
|
NO_START=1
|
|
|
|
|
2006-11-23 19:13:08 +00:00
|
|
|
# the user that should execute the cryptobox
|
2006-11-22 15:21:21 +00:00
|
|
|
RUNAS=cryptobox
|
2006-11-23 19:13:08 +00:00
|
|
|
|
|
|
|
# listening port
|
|
|
|
PORT=8080
|
|
|
|
|
|
|
|
# some more server options (rarely necessary)
|
2006-11-27 19:25:26 +00:00
|
|
|
#SERVER_OPTS="--host localhost --datadir=/usr/share/cryptobox-server/html"
|
2006-11-23 19:13:08 +00:00
|
|
|
|
2006-12-14 00:23:10 +00: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
|
|
|
|
|