From ff87bedcf2b3f7024cd55eccd4b312143f49dd51 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 21 Jun 2011 18:34:08 +0000 Subject: [PATCH] website: use SSL Change-Id: I88a6cf5acbafd71b2ca66f1b92937fe5ba3391a3 --- website/run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/run.sh b/website/run.sh index ddeeb3496..1252db796 100755 --- a/website/run.sh +++ b/website/run.sh @@ -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