Self-signed certificate doubt

2018-06-28 Thread Renato Ribeiro
Hi all, I'm following the step of README file (WSD/README) to generate the new self-signed certificate. Could anyone explain me what's the 3 last commands of this list means? > openssl genrsa -out key.pem 2048 > openssl req -sha256 -new -key key.pem -out csr.pem > openssl ca -keyfile privat

Change the path of the documents

2018-06-12 Thread Renato Ribeiro
Hi, Where can I change the path which the application is searching the document? For example, in this moment the directory data store all documents that will showed on browser file_path=file:///home/local//online/test/data/hello-world.odt But I want to change this path. In which file c

Change file_path LOOL

2018-05-29 Thread Renato Ribeiro
Hello all, When I launch the LOOL server I can use the link displayed to open a document in a web browser (link below) https://localhost:9980/loleaflet/2bac/loleaflet.html?file_path=file:///home//libreoffice/online/test/data/hello_world.odt But this link shows the path of my diretori

WebServer behind LOOL?

2018-05-24 Thread Renato Ribeiro
Hi all, This is a basic question but I can't understand yet. What is the web server running behind the LibreOffice Online? The websocket is the protocol used to change messages, right? What's other protocols are used in this application? Where does WOPI come in here? Thanks in advance. Best

Running LOOL - openssl error

2018-05-24 Thread Renato Ribeiro
Hi all, I'm trying to run LOOL and I execute the command "make run" I've this error: make[2]: Entering directory '/home/renato/libreoffice/online' CXX wsd/Admin.o In file included from /opt/poco/include/Poco/Crypto/RSADigestEngine.h:21:0, from wsd/Auth.hpp:17,

LOOL Client module - Problem with implementation

2018-04-26 Thread Renato Ribeiro
I choose to do make run "automatically" so I not set up a minimal chroot system manually. Will it be a problem for me? It's a little bit confuse for me. I read the READ document in Loleaflet folder but I don't understand the strategy to follow. Please someone could he