Navigation menu

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can generate a status report of your E2EE installation by clicking the button in the Summary section: The report will be mailed to the logged in administrator's email address. It includes the current license information such as the number of enabled users.

occ Commands

As an administrator you might want to perform certain steps directly on the server. The following commands are available:

e2eeshare:list-keys

Show all public keys for the provided user

Code Block
languagebash
titleSyntax
sudo -u www-data php occ e2eeshare:list-keys <user>

e2eeshare:add-key

Add a new public key to provided user

Code Block
languagebash
titleSyntax
sudo -u www-data php occ e2eeshare:add-key <user> <path>

e2eeshare:delete-key

Delete a public key from provided user

Code Block
languagebash
titleSyntax
sudo -u www-data php occ e2eeshare:add-key <user> <key id>