Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify the use of a master key during setup of encryption #11122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions admin_manual/configuration_files/encryption_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ the Nextcloud Web interface. If you lose your encryption keys your files are not
recoverable. Always have backups of your encryption keys stored in a safe
location, and consider enabling all recovery options.

Please be aware that a `master key` is generated during enabling the encryption.
This ensures that admin(s) can recover passwords and installed Nextcloud apps can
function properly.
If you do not want to use a master key setup, but wish to use user key encryption
instead, please run the following command before enabling the encryption::

occ encryption:disable-master-key

You have more options via the ``occ`` command (see :ref:`occ_encryption_label`)

.. _enable_encryption_label:
Expand Down