The daemon should generate the TLS certificates for the server on first run and save them in hidden directory in the home directory of the current user. That way every user gets an own key which improves security and allows better identification.
In the moment keys are stored in /usr/share/drop which is bad.
Node: Update Readme when finished