Skip to content
Merged
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
fix(admin): command box formatting in SSE-C section
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed May 17, 2023
commit a311084bb9cd406b8dcb6ceca24128b3b9154ec8
3 changes: 2 additions & 1 deletion admin_manual/configuration_files/primary_storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ Nextcloud supports server side encryption, also known as `SSE-C <http://docs.aws

The key can be specified with the :code:`sse_c_key` parameter which needs to be provided as a base64 encoded string with a maximum length of 32 bytes. A random key could be generated using the the following command:

::
::

openssl rand 32 | base64


Expand Down