mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix: Apply suggestions from code review
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
1a5d07034b
commit
71b196b0e1
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@
|
|||
* **Authentication:** HMAC-SHA256
|
||||
|
||||
**Important Warnings**
|
||||
* **DANGER:** Do not disable this module until all files have been decrypted (`occ encryption:decrypt-all`).
|
||||
* **WARNING:** Once SSE has been enabled, files cannot be decrypted unless you have command-line access.
|
||||
* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).
|
||||
* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI."
|
||||
|
||||
**Notes for Existing Files**
|
||||
* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.
|
||||
|
|
|
|||
Loading…
Reference in a new issue