mirror of https://github.com/perkeep/perkeep.git
website: use SSL
Change-Id: I88a6cf5acbafd71b2ca66f1b92937fe5ba3391a3
This commit is contained in:
parent
0592a87b86
commit
ff87bedcf2
|
@ -9,5 +9,6 @@ mkdir -p $LOGDIR
|
|||
|
||||
cd $Bin
|
||||
echo "Running camweb in $Bin"
|
||||
../build.pl website && ./camweb --http=:8080 --root=$Bin --logdir=$LOGDIR
|
||||
|
||||
../build.pl website && ./camweb --http=:8080 --https=:4430 --root=$Bin --logdir=$LOGDIR \
|
||||
--tlscert=$HOME/etc/ssl.crt \
|
||||
--tlskey=$HOME/etc/ssl.key
|
||||
|
|
Loading…
Reference in New Issue