[Libreoffice-bugs] [Bug 116080] Packages on https://www.collaboraoffice.com/code/ improvement
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Mar 14 12:22:57 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=116080
--- Comment #2 from trash at x-net.at ---
A if for the certs should be relatively easy:
if [ ! -e "/etc/loolwsd/key.pem" ] && [ ! -e "/etc/loolwsd/cert.pem" ] && [ !
-e "/etc/loolwsd/cert.csr" ] && [ ! -e "/etc/loolwsd/ca-chain.cert.pem" ]
then
openssl genrsa ...
...
fi
A logfile in "/var/log" is currently much more intuitive.
But I see the idea behind journalctl
Maybe the things I describe here should be in a "how to install" guide on
https://www.collaboraoffice.com/code/ site.
There are already proxy configs for apache and nginx, an extra note that the
packages do not work out of the box you need to ... is maybe enough
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180314/f29da54b/attachment.html>
More information about the Libreoffice-bugs
mailing list