From 16c77d56bea1c3afa2548a7b1a092a72fc307d87 Mon Sep 17 00:00:00 2001 From: emeric Date: Wed, 25 Jun 2014 17:28:02 +0200 Subject: [PATCH] Readme update or SSL --- README | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README b/README index b527f2c4..a7fa60ce 100644 --- a/README +++ b/README @@ -8,17 +8,25 @@ Warning: your distrib may provide an outdated wt library. Latest Wt highly recom II) BUILD -autoreconf -vfi -mkdir build -cd build -../configure +# autoreconf -vfi +# mkdir build +# cd build +# ../configure (configure will complain if a mandatory library is missing) -make -j 4 +# make -j 4 III) RUNNING -./lms --docroot=../ --http-port=8080 --http-address=0.0.0.0 +# ./lms --docroot=../ --http-port=8080 --http-address=0.0.0.0 + +IV) Setting up SSL (required by the Remote mobile service) + +Generate a dh file: +# openssl dhparam -out dh2048.pem 2048 + +Generate a self signed certificate: +# openssl req -x509 -out cert.pem -keyout privkey.pem -newkey rsa:4096