Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung |
libreoffice_online [29.05.2018 18:19] – [Nach dem Build] thooge | libreoffice_online [01.06.2018 09:01] (aktuell) – [Nach dem Build] thooge |
---|
</code> | </code> |
| |
| |
| Konfiguration unter ''/etc/loolwsd'' |
| |
| |
| SSL-Konfiguration: //Nur zum testen!// |
| <code> |
| openssl genrsa -out /etc/loolwsd/root.key.pem 2048 |
| openssl req -x509 -new -nodes -key /etc/loolwsd/root.key.pem -days 9131 -out /etc/loolwsd/ca-chain.cert.pem -subj "/C=DE/ST=BW/L=Stuttgart/O=Dummy Authority/CN=Dummy Authority" |
| openssl genrsa -out /etc/loolwsd/key.pem 2048 -key /etc/loolwsd/key.pem |
| openssl req -key /etc/loolwsd/key.pem -new -sha256 -out /etc/loolwsd/localhost.csr.pem -subj "/C=DE/ST=BW/L=Stuttgart/O=Dummy Authority/CN=localhost" |
| openssl x509 -req -in /etc/loolwsd/localhost.csr.pem -CA /etc/loolwsd/ca-chain.cert.pem -CAkey /etc/loolwsd/root.key.pem -CAcreateserial -out /etc/loolwsd/cert.pem -days 9131</code> |
| |
Dateien | Dateien |
* ''/etc/default/loolwsd'' -> unklar | * ''/etc/default/loolwsd'' -> unklar |
* ''sudo -u lool /usr/bin/loolwsd --version --o:sys_template_path=/opt/lool/systemplate --o:lo_template_path=/usr/lib/libreoffice --o:child_root_path=/opt/lool/child-roots --o:file_server_root_path=/usr/share/loolwsd'' | * ''sudo -u lool /usr/bin/loolwsd -o:sys_template_path=/opt/lool/systemplate -o:lo_template_path=/usr/lib/libreoffice -o:child_root_path=/opt/lool/child-roots -o:file_server_root_path=/usr/share/loolwsd'' |
| |
| |
| Aufruf WOPI Discovery: |
| https://<server>:9980/hosting/discovery |