From c160990028f3977283576684835099250ce84ddd Mon Sep 17 00:00:00 2001 From: rugk Date: Sat, 27 Aug 2016 17:30:03 +0200 Subject: [PATCH] Rename saferun and add sll options --- bin/run.sh | 5 +++++ bin/{runSafe.sh => safeRun.sh} | 0 2 files changed, 5 insertions(+) rename bin/{runSafe.sh => safeRun.sh} (100%) diff --git a/bin/run.sh b/bin/run.sh index b1e3fb2..203529d 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -34,6 +34,11 @@ fi #export TWILIO_SID=abcdef #export TWILIO_TOKEN=ghijkl +# ssl/tls encryption +#export SECURE=1 +#export SSL_KEY= +#export SSL_CERT= + # When settings sensitive information here (API token) remeber to secure the file to prevent other users from reading it! # enable production mode diff --git a/bin/runSafe.sh b/bin/safeRun.sh similarity index 100% rename from bin/runSafe.sh rename to bin/safeRun.sh