<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Packages on https://www.collaboraoffice.com/code/ improvement"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116080#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Packages on https://www.collaboraoffice.com/code/ improvement"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116080">bug 116080</a>
              from <span class="vcard"><a class="email" href="mailto:trash@x-net.at" title="trash@x-net.at">trash@x-net.at</a>
</span></b>
        <pre>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
<a href="https://www.collaboraoffice.com/code/">https://www.collaboraoffice.com/code/</a> 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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>